diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-07-19 11:22:32 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-07-19 11:22:32 -0400 |
commit | a090faa833cf5b40105bb4aa74bca7ac39366fe9 (patch) | |
tree | 7eb6b03d894f77f9fc2bf82c04c04a5e0e0a49bf /themes | |
parent | 44d1a38a1925c2fa0eceaa4536da4c0968d310cc (diff) | |
download | jquery-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.css | 1 |
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; |