diff options
author | Richard Worth <rdworth@gmail.com> | 2010-02-16 01:38:23 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2010-02-16 01:38:23 +0000 |
commit | 828bcdd2f0befbf450dcd1d7c387388acd7a191b (patch) | |
tree | c0b4c2cbbf17047a2ba101cd50e2ced4532dbdd8 /themes/base/jquery.ui.slider.css | |
parent | d4154562ea663926bbd5bbc3bc345c27250aaeb9 (diff) | |
download | jquery-ui-828bcdd2f0befbf450dcd1d7c387388acd7a191b.tar.gz jquery-ui-828bcdd2f0befbf450dcd1d7c387388acd7a191b.zip |
fixed #5163 - themes: css files need to be renamed to be consistent with js file renames in 1.8a1
Diffstat (limited to 'themes/base/jquery.ui.slider.css')
-rw-r--r-- | themes/base/jquery.ui.slider.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/themes/base/jquery.ui.slider.css b/themes/base/jquery.ui.slider.css new file mode 100644 index 000000000..07c6f4e5e --- /dev/null +++ b/themes/base/jquery.ui.slider.css @@ -0,0 +1,17 @@ +/* Slider +----------------------------------*/ +.ui-slider { position: relative; text-align: left; } +.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } +.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } + +.ui-slider-horizontal { height: .8em; } +.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } +.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } +.ui-slider-horizontal .ui-slider-range-min { left: 0; } +.ui-slider-horizontal .ui-slider-range-max { right: 0; } + +.ui-slider-vertical { width: .8em; height: 100px; } +.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } +.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } +.ui-slider-vertical .ui-slider-range-min { bottom: 0; } +.ui-slider-vertical .ui-slider-range-max { top: 0; }
\ No newline at end of file |