aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.autocomplete.css
Commit message (Collapse)AuthorAgeFilesLines
* CSS Framework: Update API links from the old docs site to their new API site ↵TJ VanToll2013-06-051-1/+1
| | | | location.
* Update copyright year to 2013.Scott González2013-01-101-1/+1
|
* Autocomplete: Set initial left position for menu. Fixes #8749 - Autocomplete ↵Scott González2012-10-301-1/+2
| | | | dropdown positioned incorrectly in IE.
* Autocomplete: Removed CSS workaround for IE6.Scott González2012-10-261-3/+0
|
* Autocomplete: Set the top position of the menu so that the menu doesn't ↵Scott González2012-10-111-1/+5
| | | | affect layout. Fixes #8656 - Initial position of autocomplete is incorrect.
* Whitespace.Scott González2012-10-111-1/+1
|
* Simplify licensing.Scott González2012-08-091-1/+1
|
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
|
* Revert "Autocomplete: make categories work again, needed because of Menu ↵Scott González2012-05-241-2/+0
| | | | | | widget changes (ui-menu-divider), see revision: 44ef35eb6f8aa33c2a2a9e4145e79df74d190d5c" This reverts commit 07d8d5cbb1e20521f2ec55145ce45d08d8ee5a1f.
* Revert "Autocomplete: make categories work again (follow-up)"Scott González2012-05-241-0/+2
| | | | This reverts commit db9a015485f0a5dbbb12b22720dbb2111cda2dd8.
* Autocomplete: make categories work again (follow-up)Felix Nagel2012-05-241-2/+0
|
* Autocomplete: make categories work again, needed because of Menu widget ↵Felix Nagel2012-05-241-0/+2
| | | | changes (ui-menu-divider), see revision: 44ef35eb6f8aa33c2a2a9e4145e79df74d190d5c
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
| | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention.
* Updated copyright year.Scott González2012-03-081-1/+1
|
* Updated copyright year.Scott González2011-01-171-1/+1
|
* Merge remote branch 'origin/menu'jzaefferer2010-12-221-40/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/autocomplete/categories.html demos/autocomplete/combobox.html demos/autocomplete/custom-data.html demos/autocomplete/default.html demos/autocomplete/folding.html demos/autocomplete/multiple-remote.html demos/autocomplete/multiple.html demos/autocomplete/remote-jsonp.html demos/autocomplete/remote-with-cache.html demos/autocomplete/remote.html demos/autocomplete/xml.html demos/button/splitbutton.html demos/index.html tests/visual/menu/nested.html themes/base/jquery.ui.autocomplete.css ui/jquery.ui.autocomplete.js
| * Extracted menu theme from autocomplete file into its ownjzaefferer2010-04-301-32/+0
| |
* | 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