aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.button.css
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2013.Scott González2013-01-101-1/+1
|
* Theme: removed or changed occurrences of zoom. Fixes #7975 - Remove invalid ↵Anika Henke2012-11-291-2/+1
| | | | | | CSS for legacy browsers Because of overlapping issues, this also reverts most of e77edc60 and fixes it in a different way.
* Button: fixed inconsistent button styling in most browsers. Fixes #7996 - ↵Anika Henke2012-11-291-2/+5
| | | | Button: Inconsistent styling based on markup
* Button: Strange space between buttons in IE 7. Fixed #5253 - Toolbar demo ↵Pawel Maruszczyk2012-11-281-1/+1
| | | | ugly in IE
* Theme: removed obsolete vendor-specific prefixes. Fixed #8834 - Theme: ↵Anika Henke2012-11-271-4/+0
| | | | Remove unneeded vendor prefixing
* CSS: Reformatted CSS to use better coding standardAnika Henke2012-11-191-24/+100
|
* Simplify licensing.Scott González2012-08-091-1/+1
|
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
|
* Theme: Remove !important from tabs and button styles. Fixes #8396 - Use of ↵Scott González2012-06-131-1/+2
| | | | !important in jquery-ui.css should be avoided.
* 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.
* Revert "Button: Apply overflow: hidden in all browsers except IE 6,7 to ↵Scott González2012-03-191-1/+1
| | | | | | avoid expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera." This reverts commit a3a5c65d4dd9eb6be0e8a71d82c3ca86b38ed009.
* Updated copyright year.Scott González2012-03-081-1/+1
|
* Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid ↵Scott González2011-11-291-1/+1
| | | | expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera.
* Updated copyright year.Scott González2011-01-171-1/+1
|
* All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files.Scott González2010-07-141-3/+9
|
* Button: Removed ui-button-text-icon class. Added ui-button-text-icon-primary ↵Richard D. Worth2010-05-261-8/+5
| | | | and ui-button-text-icon-secondary classes. Fixed #5382 - Button: specifying only a secondary icon for the button widget locates the icon on the left
* Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is ↵Richard Worth2010-03-171-2/+2
| | | | one word
* Button: fixed icon spacing issues caused by r3878 fix of #5294Richard Worth2010-03-111-4/+4
|
* Fixed #5294 - button icon class typoRichard Worth2010-03-101-1/+1
|
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-161-0/+35
file renames in 1.8a1