Skip to content

Commit

Permalink
Sortable demos: connect lists - added some bottom padding to each con…
Browse files Browse the repository at this point in the history
…tainer. Fixed #8114 - Sortable "Connect Lists" demo doesn't allow dropping as last element

(cherry picked from commit efdf6cd)
  • Loading branch information
rdworth committed Feb 13, 2012
1 parent d62d000 commit fff9d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/sortable/connect-lists.html
Expand Up @@ -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>
Expand Down

0 comments on commit fff9d87

Please sign in to comment.