aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bakaus <paul.bakaus@googlemail.com>2008-12-30 14:08:35 +0000
committerPaul Bakaus <paul.bakaus@googlemail.com>2008-12-30 14:08:35 +0000
commit5dd4dc208bb45bc55cbdabd3e5d6eaf376334b23 (patch)
tree5dfe1160c919683cb9c39d89f93e6abd4a2590dd
parent4ccf5917cb92a5bab809273ff98cd7d80392c808 (diff)
downloadjquery-ui-5dd4dc208bb45bc55cbdabd3e5d6eaf376334b23.tar.gz
jquery-ui-5dd4dc208bb45bc55cbdabd3e5d6eaf376334b23.zip
demos: draggable snap demo was too big, wrong wording
-rw-r--r--demos/draggable/snap.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/demos/draggable/snap.html b/demos/draggable/snap.html
index af2b5121e..806d74250 100644
--- a/demos/draggable/snap.html
+++ b/demos/draggable/snap.html
@@ -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">
- <p>I only snap to the orange box</p>
+ <p>I only snap to the big box</p>
</div>
<div id="draggable3" class="ui-widget-content">
- <p>I only snap to the outer edges of the orange box</p>
+ <p>I only snap to the outer edges of the bix box</p>
</div>
<div id="draggable4" class="ui-widget-content">
- <p>I only snap to the inner edges of the orange box</p>
+ <p>I only snap to the inner edges of the big box</p>
</div>
<div id="draggable5" class="ui-widget-content">
- <p>I also snap to the orange box but I'm very sticky because I have a high snapTolerance</p>
+ <p>I also snap to the big box but I'm very sticky because I have a high tolerance</p>
</div>