r1321 - trunk/demos/draggable
Author: paul.bakaus
Date: Tue Dec 30 06:08:35 2008
New Revision: 1321
Modified:
trunk/demos/draggable/snap.html
Log:
demos: draggable snap demo was too big, wrong wording
Modified: trunk/demos/draggable/snap.html
==============================================================================
--- trunk/demos/draggable/snap.html (original)
+++ trunk/demos/draggable/snap.html Tue Dec 30 06:08:35 2008
@@ -8,8 +8,8 @@
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
<style type="text/css">
- .ui-widget-content { width: 100px; height: 100px; padding: 0.5em; float:
left; margin: 5px; }
- .ui-widget-header { height: 200px; }
+ .ui-widget-content { width: 75px; height: 80px; padding: 0.5em; float:
left; margin: 5px; }
+ .ui-widget-header { height: 130px; }
</style>
<script type="text/javascript">
$(function() {
@@ -34,19 +34,19 @@
</div>
<div id="draggable2" class="ui-widget-content">
- I only snap to the orange box
+ I only snap to the big box
</div>
<div id="draggable3" class="ui-widget-content">
- I only snap to the outer edges of the orange box
+ I only snap to the outer edges of the bix box
</div>
<div id="draggable4" class="ui-widget-content">
- I only snap to the inner edges of the orange box
+ I only snap to the inner edges of the big box
</div>
<div id="draggable5" class="ui-widget-content">
- I also snap to the orange box but I'm very sticky because I have a
high snapTolerance
+ I also snap to the big box but I'm very sticky because I have a high
tolerance
</div>