aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-07-19 11:22:32 -0400
committerScott González <scott.gonzalez@gmail.com>2010-07-19 11:22:32 -0400
commita090faa833cf5b40105bb4aa74bca7ac39366fe9 (patch)
tree7eb6b03d894f77f9fc2bf82c04c04a5e0e0a49bf /themes
parent44d1a38a1925c2fa0eceaa4536da4c0968d310cc (diff)
downloadjquery-ui-a090faa833cf5b40105bb4aa74bca7ac39366fe9.tar.gz
jquery-ui-a090faa833cf5b40105bb4aa74bca7ac39366fe9.zip
Menu: float .ui-menu since all .ui-menu-item elements are floated. Fixes #5691 - wrong menu size calculation in webkit browsers (Autocomplete).
Diffstat (limited to 'themes')
-rw-r--r--themes/base/jquery.ui.autocomplete.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/base/jquery.ui.autocomplete.css b/themes/base/jquery.ui.autocomplete.css
index 082041558..ea370d63e 100644
--- a/themes/base/jquery.ui.autocomplete.css
+++ b/themes/base/jquery.ui.autocomplete.css
@@ -26,6 +26,7 @@
padding: 2px;
margin: 0;
display:block;
+ float: left;
}
.ui-menu .ui-menu {
margin-top: -3px;
id='n6' href='#n6'>6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95