aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-31 23:56:02 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-31 23:56:02 +0000
commit10156841dce35d2a878a05f8a21a97e324d8ace3 (patch)
tree1948f70eedfb824e07a54dd11dadbb6bcd51318c /demos
parentcbd41ff18ac5f14f459c70515b6673a1f07f7731 (diff)
downloadjquery-ui-10156841dce35d2a878a05f8a21a97e324d8ace3.tar.gz
jquery-ui-10156841dce35d2a878a05f8a21a97e324d8ace3.zip
demos/sortable: fitting into demo preview frame
Diffstat (limited to 'demos')
-rw-r--r--demos/sortable/delaydistance.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/demos/sortable/delaydistance.html b/demos/sortable/delaydistance.html
index f2fb94bf4..c8a8cd109 100644
--- a/demos/sortable/delaydistance.html
+++ b/demos/sortable/delaydistance.html
@@ -8,20 +8,17 @@
<script type="text/javascript" src="../../ui/ui.sortable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css">
- .demo ul { list-style-type: none; margin: 0; padding: 0; margin-bottom: 20px; }
+ .demo ul { list-style-type: none; margin: 0; padding: 0; margin-bottom: 15px; }
.demo li { margin: 3px; padding: 2px; }
</style>
<script type="text/javascript">
$(function() {
-
$("ul:eq(0)").sortable({
delay: 1000
});
-
$("ul:eq(1)").sortable({
distance: 50
});
-
});
</script>
</head>