aboutsummaryrefslogtreecommitdiffstats
path: root/themes
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes ie6 bug where range blinks sometimes to a small height or widthScott Jehl2009-02-241-1/+1
| | | | props to Todd Parker :)
* added rules to make sure font color works on links within error and ↵Scott Jehl2009-02-201-0/+2
| | | | highlight containers
* switched order of ui-widget-content and ui-widget-header styles - header ↵Scott Jehl2009-02-201-2/+2
| | | | styles need to apply completely when header is a child of content (or not)
* 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
* reverted my slider collision changes - will submit as a patchScott Jehl2009-02-181-4/+0
|
* reverted r2094 as it broke ranges (again)Richard Worth2009-02-181-2/+2
|
* Added a static demo and CSS solution for the common problem that occurs when ↵Scott Jehl2009-02-181-0/+4
| | | | | | slider handles collide on the same value. This will fix bug #3467
* fixed range sliders in IE6 againRichard Worth2009-02-181-2/+2
|
* base theme: fixed typo with the inclusion of a bg texture (fixes #4046)Paul Bakaus2009-02-101-1/+1
|
* 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
* Fixed #4044: In IE6 link pseudo classes still apply if styles have been ↵Klaus Hartl2009-02-031-3/+3
| | | | declared to a only
* ui.dialog.css: fix #3982 "Dialog: content jumps up when dialog resized in ↵Bohdan Ganicky2009-02-031-2/+2
| | | | IE6" or hasLayout strikes again
* 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
|
* datepicker: #4032 - Incorrect layout in multiple month rows. I noticed the ↵Ca-Phun Ung2009-02-011-1/+1
| | | | static tests were recently updated with a row-break so I have added the row-break fix for now so it will be ready for the release. We should seriously consider inline-block.
* accordion: added ul-visual-test; improved solution for fixing ul-accordions, ↵Jörn Zaefferer2009-01-301-2/+1
| | | | no more potential scope issues
* accordion: fixed styling of li-elementsJörn Zaefferer2009-01-301-0/+1
|
* changed theme url to jqueryui.comScott Jehl2009-01-301-1/+1
|
* Accordion: Fixed #3788: Removed wrapper divs and smoothed animations, ↵Scott González2009-01-301-6/+6
| | | | allowing accordions to work with dl's and ul's again.
* css updates to abstract left, right, bottom, top values into CSSScott Jehl2009-01-291-3/+7
|
* added row break class to datepicker with multiple calendars. we can delete ↵Maggie Costello Wachs2009-01-281-0/+1
| | | | this later if needed; just want to make sure a fix is in place before the next release.
* Added missing icon: .ui-icon-scriptRichard Worth2009-01-281-0/+1
|
* themes base: updated sprite icon pngs to PNG8 for IE6Richard Worth2009-01-285-0/+0
|
* changed theme url to http://ui.jquery.com/themeroller/ and removed token. Scott Jehl2009-01-271-1/+1
|
* eol-style, mime-typeRichard Worth2009-01-231-9/+9
|
* replaced * html hack with the zoom attribute (also a hack, but cleaner)Maggie Costello Wachs2009-01-221-2/+1
|
* themes/base: removed ui.allplugins.css in favor of ui.base.css (which ↵Richard Worth2009-01-222-9/+10
| | | | | | | | | | | | @imports core and then all plugins). The link pattern is now ui.base.css ui.theme.css where before it was ui.core.css ui.theme.css ui.allplugins.css
* YUI combat: specified padding and borders for td, thScott Jehl2009-01-211-1/+2
|
* added list-style: none; to li's to combat other framework cssScott Jehl2009-01-211-1/+1
|
* updated ui.theme.css to new image filenames and changed image filenamesScott Jehl2009-01-2126-15/+15
|
* added margin-bottom: 2px to fix gap beneath open accordion panelsScott Jehl2009-01-211-1/+1
|
* prefixed all interior selectors with .ui-pluginnameScott Jehl2009-01-217-39/+38
|
* ui.accordion.css: modified fix for #3844, hasLayout issue in IE6Bohdan Ganicky2009-01-201-2/+3
|
* accordion: Fix for #3844Jörn Zaefferer2009-01-201-1/+1
|
* Slider Theme: Fixed #3848: Fixed vertical range sliders.Scott González2009-01-161-1/+1
|
* Added pin classesTodd Parker2009-01-141-0/+2
|
* themes/base/ui.slider.css: fixed slider ranges in IE6Richard Worth2009-01-141-2/+2
|
* datepicker: prev/next buttons were bumping in disabled state due to :hover ↵Paul Bakaus2009-01-071-3/+3
| | | | rules in the stylesheet, fixed by adding ui-datepicker-prev/next-hover classes, fixes #3774
* accordion: all classes added should have a 'ui-' prefix (fixes #3705)Paul Bakaus2009-01-071-1/+1
|
* removed default theme in favor of only one versioned css framework/TR theme ↵Richard Worth2009-01-0725-407/+0
| | | | - base
* Fix for #3767Jörn Zaefferer2009-01-062-2/+2
|
* Happy New YearRichard Worth2009-01-034-4/+4
|
* fixed #3741 - ui.theme.css should not contain border-radius propertiesRichard Worth2009-01-032-20/+20
|