Autocomplete: make categories work again, needed because of Menu widget changes (ui-menu-divider), see revision: 44ef35eb6f

This commit is contained in:
Felix Nagel 2012-05-24 19:09:54 +02:00
parent a1f604eb45
commit 07d8d5cbb1

View File

@ -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 */