]> source.dussan.org Git - jquery-ui.git/commitdiff
demos: sortable - Delay start, fixed so first drag doesn't have to start on text...
authorRichard Worth <rdworth@gmail.com>
Tue, 3 Mar 2009 09:37:10 +0000 (09:37 +0000)
committerRichard Worth <rdworth@gmail.com>
Tue, 3 Mar 2009 09:37:10 +0000 (09:37 +0000)
demos/sortable/delay-start.html

index 93824ba293b9de3da3e240eca0c808c09cb72e1c..636b7437bba3ce748ad2c2095a19d1bf6c4defec 100644 (file)
@@ -9,7 +9,7 @@
        <link type="text/css" href="../demos.css" rel="stylesheet" />
        <style type="text/css">
        #sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0; margin-bottom: 15px;zoom: 1; }
-       #sortable1 li, #sortable2 li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; }
+       #sortable1 li, #sortable2 li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; width: 95%; }
        </style>
        <script type="text/javascript">
        $(function() {