aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.base.css
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2013.Scott González2013-01-101-1/+1
|
* Simplify licensing.Scott González2012-08-091-1/+1
|
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
|
* 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
|
* Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this ↵Jörn Zaefferer2012-01-041-1/+0
| | | | delete on the menubar branch, while development on master can continue without them.
* Menubar and Menu: Cleanup menu styles. Pull out menubar styles from demo ↵Jörn Zaefferer2011-06-101-0/+1
| | | | into css file.
* Updated copyright year.Scott González2011-01-171-1/+1
|
* Merge remote branch 'origin/tooltip'jzaefferer2010-12-221-0/+1
|\ | | | | | | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html
| * The accidental merge of tooltip into master was reverted in master, that ↵jzaefferer2010-04-081-0/+1
| | | | | | | | revert got merged back into tooltip; now reverting that revert to get the tooltip stuff back, should then make it easy to merge into master once tooltip is done
| * Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui"jzaefferer2010-04-011-1/+0
| | | | | | | | | | | | | | This reverts commit df31e22b9572ef105fc83e130041b1165023a4ac, reversing changes made to ab8d15521785e764a6bf47beee0cfd18929607d3. Need to revert this revert later on when actually merging the tooltip branch into master.
| * Copying files from old Googlecode dev branch for tooltipjzaefferer2010-03-211-0/+1
| |
* | Merge remote branch 'origin/menu'jzaefferer2010-12-221-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0/+1
| |/
* | Porting old spinner implementation to 1.8, dropping some baggage.jzaefferer2010-10-221-0/+1
| |
* | All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files.Scott González2010-07-141-0/+9
| |
* | Selectable: Add default CSS for ui-selectable-helper to CSS framework to ↵adam j. sontag2010-05-131-0/+1
|/ | | | allow user override. Fixes #5607 - Selectable has helper css hardcoded in JS
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-161-0/+11
file renames in 1.8a1