aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/ui.tabs.css
Commit message (Collapse)AuthorAgeFilesLines
* Tabs: prevent list-style assigned to li directly, fixes #4450Klaus Hartl2009-05-111-2/+2
|
* Finally fixed the mutiple row tabs vs float issue (until scrolling is ↵Klaus Hartl2009-03-281-6/+6
| | | | implemented) - fixes #4399. Also fixed: tabs not scrolling in IE when contained in element with overflow set to auto or scroll, tab label text wrap in IE 6.
* changed bottom padding on selected tab from .1em to 1px. This is supposed to ↵Scott Jehl2009-02-191-1/+1
| | | | simply wipe the 1px border. Ems aren't needed
* Tabs: fixed incorrect cursor for disabled tabsKlaus Hartl2009-02-181-1/+1
|
* Tabs: solved spinner issues and ajax loading not being stopped when ↵Klaus Hartl2009-02-181-1/+1
| | | | selecting a static page tab, fixes #4109, #3929
* fixed tab not being pushed on top of panel border in IE6, tweaked CSS a bitKlaus Hartl2009-02-051-2/+2
|
* Removed superfluous display declaration (a float implicitly makes an element ↵Klaus Hartl2009-02-051-3/+3
| | | | display block)
* few more border resets changed to border-widthScott Jehl2009-02-051-2/+2
|
* typo: width, not weightScott Jehl2009-02-051-1/+1
|
* changed border-bottom to border-bottom-weight. less specific override to ↵Scott Jehl2009-02-051-1/+1
| | | | retain border color
* themes/base/ui.tabs.css: fix for IE6 so tabs' whole region is clickableBohdan Ganicky2009-02-031-1/+1
|
* themes/base/ui.tabs.css: IE hasLayout zoom fix, fixes #3996Bohdan Ganicky2009-02-031-2/+2
|
* Tabs: a better cursor for selected and collapsible tabsKlaus Hartl2009-02-021-1/+3
|
* added list-style: none; to li's to combat other framework cssScott Jehl2009-01-211-1/+1
|
* prefixed all interior selectors with .ui-pluginnameScott Jehl2009-01-211-6/+6
|
* overrode background on ui-tab-panel that is being set by ui-widget-content ↵Scott Jehl2008-12-221-1/+1
| | | | class. The wrapper has this class as well, so all this panel needs of the class is the text color.
* fixed active tab connection and paddingScott Jehl2008-12-191-8/+5
|
* tabs were appearing 2x tall in IE/Vista -- fixed by displaying links as ↵Maggie Costello Wachs2008-12-121-1/+1
| | | | blocks instead of floating
* fixed border and padding in headers for consistencyScott Jehl2008-12-091-2/+2
|
* Changed tabs container padding slightly to match dialog and datepicker's design.Scott Jehl2008-12-081-1/+2
|
* set svn:eol-style to nativeRichard Worth2008-12-051-10/+10
|
* Added new jQuery UI CSS Framework (/themes/base) and matching static markup ↵Richard Worth2008-12-051-0/+11
test pages. Thanks scottjehl :)