aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.autocomplete.css
Commit message (Collapse)AuthorAgeFilesLines
* Menu: float .ui-menu since all .ui-menu-item elements are floated. Fixes ↵Scott González2010-07-191-0/+1
| | | | #5691 - wrong menu size calculation in webkit browsers (Autocomplete).
* Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - ↵Scott González2010-07-191-1/+0
| | | | | | added to individual demos. Fixes #5385 - Autocomplete: Inconsistent default styling while loading results. We will need to undo this change when ThemeRoller supports generating loading images.
* All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files.Scott González2010-07-141-4/+18
|
* Set font-weight normal for active menu items - Fix for #5491 Autocomplete: ↵unknown2010-04-071-0/+1
| | | | menu items have no default-state-class, need to override font-weight
* Fixing styles for menu to work properly in IEs, even with nested menus ↵jzaefferer2010-03-241-0/+4
| | | | (updated the nested-menu protoype nested2.html with themeroller) - kills the hover-border in IE6, but we have to live with that
* Remove width:100%; from menu-item styles (was there for icon-support, which ↵jzaefferer2010-03-221-1/+0
| | | | was dropped); also fixed the nested-menu visual test to position properly in IE6
* Autocomplete: Fixed menu styling in IE6.Scott González2010-03-111-0/+1
| | | | Fixes #5297 - Autocomplete: menu layout in IE6.
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-161-0/+34
file renames in 1.8a1