aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-03-11 03:42:50 +0000
committerScott González <scott.gonzalez@gmail.com>2010-03-11 03:42:50 +0000
commit5df420eab3a070df183002866f1f980a00dace64 (patch)
treee5d30e8cf2a911516ff718517d367f5353eaf45c /themes
parent5f213572d611a01328bfd22313e807aa656feb24 (diff)
downloadjquery-ui-5df420eab3a070df183002866f1f980a00dace64.tar.gz
jquery-ui-5df420eab3a070df183002866f1f980a00dace64.zip
Autocomplete: Fixed menu styling in IE6.
Fixes #5297 - Autocomplete: menu layout in IE6.
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 ebb59c545..bdd41e1b7 100644
--- a/themes/base/jquery.ui.autocomplete.css
+++ b/themes/base/jquery.ui.autocomplete.css
@@ -27,6 +27,7 @@
display:block;
padding:.2em .4em;
line-height:1.5;
+ zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {