aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.tabs.css
Commit message (Collapse)AuthorAgeFilesLines
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-51/+0
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* CSS Framework: Update API links from the old docs site to their new API site ↵TJ VanToll2013-06-051-1/+1
| | | | location.
* Tabs: Use .ui-tabs-anchor in stylesheet.Scott González2013-06-041-6/+5
|
* Tabs: Use border-bottom-width instead of border-bottom to remove the border ↵Scott González2013-02-221-1/+1
| | | | on tabs. Fixes #9111 - Tabs: Can't inherit border-bottom-color for vertical tabs.
* 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-1/+0
| | | | | | CSS for legacy browsers Because of overlapping issues, this also reverts most of e77edc60 and fixes it in a different way.
* CSS: Reformatted CSS to use better coding standardAnika Henke2012-11-191-8/+43
|
* 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/+1
| | | | !important in jquery-ui.css should be avoided.
* Build: Get grunt default task to pass. Fix lint errors inside grunt.js file ↵Jörn Zaefferer2012-04-041-1/+1
| | | | itself. Removes invalid vertical-align from spinner button css, unnecessary adjoining class in tabs.css
* 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
|
* Tabs: Fixed CSS when tabs wrap onto multiple lines. Fixes #4882 - Selected ↵David Murdoch2011-05-171-2/+2
| | | | Tab CSS causes problem when tabs are wrapped onto more than one line.
* Tabs: Adjust CSS to fix a display issue in IE. Fixes #5520 - Tabs: Bottom ↵Scott González2011-05-171-1/+1
| | | | | | border disappears in IE. Thanks pmawhinney
* Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency UpdatesDavid Petersen2011-03-291-4/+3
|
* 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-2/+9
|
* Use border-width instead of border for .ui-tabs-panel to make it easier to ↵Scott González2010-04-021-1/+1
| | | | | | override. Fixes #5475 - ui-tabs-panel border override should be border-width, not border.
* 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