]> source.dussan.org Git - jquery-ui.git/commitdiff
Sortable demos: connect lists - added some bottom padding to each container. Fixed...
authorRichard D. Worth <rdworth@gmail.com>
Mon, 13 Feb 2012 14:20:04 +0000 (09:20 -0500)
committerRichard D. Worth <rdworth@gmail.com>
Mon, 13 Feb 2012 14:20:52 +0000 (09:20 -0500)
(cherry picked from commit efdf6cdf9f0e6aaecad7b3ac53afca38938d9048)

demos/sortable/connect-lists.html

index 1d4ae490e0bad9943002bfe45cc1c1ac246b148c..3e62952e425a4aa2cd264cabe11bb1c1d58cff0f 100644 (file)
@@ -11,7 +11,7 @@
        <script src="../../ui/jquery.ui.sortable.js"></script>
        <link rel="stylesheet" href="../demos.css">
        <style>
-       #sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0; float: left; margin-right: 10px; }
+       #sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0 0 2.5em; float: left; margin-right: 10px; }
        #sortable1 li, #sortable2 li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; width: 120px; }
        </style>
        <script>