diff options
author | Richard D. Worth <rdworth@gmail.com> | 2012-02-13 09:20:04 -0500 |
---|---|---|
committer | Richard D. Worth <rdworth@gmail.com> | 2012-02-13 09:20:04 -0500 |
commit | efdf6cdf9f0e6aaecad7b3ac53afca38938d9048 (patch) | |
tree | 801f9390ee477c98a032296242cee96200e8579f /demos | |
parent | 8406d97c6d3721d54485770355d71de55468b0e0 (diff) | |
download | jquery-ui-efdf6cdf9f0e6aaecad7b3ac53afca38938d9048.tar.gz jquery-ui-efdf6cdf9f0e6aaecad7b3ac53afca38938d9048.zip |
Sortable demos: connect lists - added some bottom padding to each container. Fixed #8114 - Sortable "Connect Lists" demo doesn't allow dropping as last element
Diffstat (limited to 'demos')
-rw-r--r-- | demos/sortable/connect-lists.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/sortable/connect-lists.html b/demos/sortable/connect-lists.html index 1d4ae490e..3e62952e4 100644 --- a/demos/sortable/connect-lists.html +++ b/demos/sortable/connect-lists.html @@ -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> |