diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-05-24 15:01:09 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-05-24 15:01:09 -0400 |
commit | 3e3d4308d79e248f9cd7f6235b1badf7da46a3c1 (patch) | |
tree | 27bfd3c256183aa04ba1fc0cc39b632c8b1e9710 /themes | |
parent | a0c18ea25086ed07634baff5b4fea46e69aad38e (diff) | |
download | jquery-ui-3e3d4308d79e248f9cd7f6235b1badf7da46a3c1.tar.gz jquery-ui-3e3d4308d79e248f9cd7f6235b1badf7da46a3c1.zip |
Revert "Autocomplete: make categories work again (follow-up)"
This reverts commit db9a015485f0a5dbbb12b22720dbb2111cda2dd8.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/jquery.ui.autocomplete.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/base/jquery.ui.autocomplete.css b/themes/base/jquery.ui.autocomplete.css index 5e331b63d..da2032943 100644 --- a/themes/base/jquery.ui.autocomplete.css +++ b/themes/base/jquery.ui.autocomplete.css @@ -9,5 +9,7 @@ */ .ui-autocomplete { position: absolute; cursor: default; } +.ui-autocomplete li.ui-autocomplete-category { font-size: 1em; line-height: 1.5; margin: 0.5em 0 0 0; height: auto; border: 0; } + /* workarounds */ * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ |