aboutsummaryrefslogtreecommitdiffstats
path: root/demos/sortable
diff options
context:
space:
mode:
authorPaul Bakaus <paul.bakaus@googlemail.com>2009-01-27 15:36:10 +0000
committerPaul Bakaus <paul.bakaus@googlemail.com>2009-01-27 15:36:10 +0000
commitf19ec4072467ef5c570eaa13b8b9c38bdd9aaa48 (patch)
treebc5fdabb6fd055d98531ebadd6d9b94904c30ec8 /demos/sortable
parent24d450b7fe31e8f45628301f6df91badd00d71ca (diff)
downloadjquery-ui-f19ec4072467ef5c570eaa13b8b9c38bdd9aaa48.tar.gz
jquery-ui-f19ec4072467ef5c570eaa13b8b9c38bdd9aaa48.zip
demos: li's must have a height in IE6 in certain cases, or otherwise event.target is the parent (related to #3880)
Diffstat (limited to 'demos/sortable')
-rw-r--r--demos/sortable/placeholder.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/sortable/placeholder.html b/demos/sortable/placeholder.html
index 1f356637b..c1f104d68 100644
--- a/demos/sortable/placeholder.html
+++ b/demos/sortable/placeholder.html
@@ -9,7 +9,7 @@
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css">
#sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
- #sortable li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; }
+ #sortable li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; height: 1.5em; }
html>body #sortable li { height: 1.5em; line-height: 1.2em; }
.ui-state-highlight { height: 1.5em; line-height: 1.2em; }
</style>