diff options
author | Richard Worth <rdworth@gmail.com> | 2009-03-03 09:35:30 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-03-03 09:35:30 +0000 |
commit | 9652a4d81e41d1f4e135cd7b24c6c74be3b3d3bc (patch) | |
tree | e5a4727671e3bc1854355050a43dd9c05e7dcc7a /demos/sortable | |
parent | 4caba8e574899ad3764dc6d18f02f5b39f3b81c5 (diff) | |
download | jquery-ui-9652a4d81e41d1f4e135cd7b24c6c74be3b3d3bc.tar.gz jquery-ui-9652a4d81e41d1f4e135cd7b24c6c74be3b3d3bc.zip |
demos: sortable - Include / exclude items, fixed display issue in IE6
Diffstat (limited to 'demos/sortable')
-rw-r--r-- | demos/sortable/items.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/sortable/items.html b/demos/sortable/items.html index 91f8b9c1c..093631f23 100644 --- a/demos/sortable/items.html +++ b/demos/sortable/items.html @@ -8,8 +8,8 @@ <script type="text/javascript" src="../../ui/ui.sortable.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> <style type="text/css"> - #sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0; } - #sortable1 li, #sortable2 li { margin: 0 5px 5px 5px; padding: 3px; } + #sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0; zoom: 1; } + #sortable1 li, #sortable2 li { margin: 0 5px 5px 5px; padding: 3px; width: 90%; } </style> <script type="text/javascript"> $(function() { |