aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/ui.slider.css
Commit message (Collapse)AuthorAgeFilesLines
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-161-17/+0
| | | | file renames in 1.8a1
* Fixed #5035 - Slider: range background shifts around as range size changesRichard Worth2010-01-011-1/+1
|
* Fixes ie6 bug where range blinks sometimes to a small height or widthScott Jehl2009-02-241-1/+1
| | | | props to Todd Parker :)
* 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
|
* css updates to abstract left, right, bottom, top values into CSSScott Jehl2009-01-291-3/+7
|
* prefixed all interior selectors with .ui-pluginnameScott Jehl2009-01-211-2/+2
|
* Slider Theme: Fixed #3848: Fixed vertical range sliders.Scott González2009-01-161-1/+1
|
* themes/base/ui.slider.css: fixed slider ranges in IE6Richard Worth2009-01-141-2/+2
|
* merged dev/slider branch (revs 1152-1229) back to trunkRichard Worth2008-12-231-6/+10
|
* removed opacity shift on slider rangeScott Jehl2008-12-191-1/+1
|
* themes/base/ui.slider.css: added text-align: left for ui-slider in case of ↵Richard Worth2008-12-141-1/+1
| | | | other text-align on container element
* Updated #3650: noted that "ui-slider-horizontal" class is on hz sliderMaggie Costello Wachs2008-12-121-2/+2
| | | | | css change: slider handles are centered over range start and end points
* updated #3650: noted that inline position style should be removed from ↵Maggie Costello Wachs2008-12-111-3/+4
| | | | | | | | range element (ui-slider-range) ui.slider.css - added position style, fixed range display issues for IE6 ui.core.css - fixed clearfix class to work in IE7, Opera
* set svn:eol-style to nativeRichard Worth2008-12-051-7/+7
|
* Added new jQuery UI CSS Framework (/themes/base) and matching static markup ↵Richard Worth2008-12-051-0/+8
test pages. Thanks scottjehl :)