source: trunk/themes/default/js/ui/theme/jquery.ui.slider.css @ 18630

Last change on this file since 18630 was 18630, checked in by rvelices, 12 years ago

feature 2771: upgrade jquery from 1.7.2 to 1.8.2 and jquery.ui from 1.8.16 to 1.9.0
Attention plugins: jquery ui effect script ids change when using combine_script because file names changed ...

File size: 1.1 KB
Line 
1/*!
2 * jQuery UI Slider 1.9.0
3 * http://jqueryui.com
4 *
5 * Copyright 2012 jQuery Foundation and other contributors
6 * Released under the MIT license.
7 * http://jquery.org/license
8 *
9 * http://docs.jquery.com/UI/Slider#theming
10 */
11.ui-slider { position: relative; text-align: left; }
12.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
13.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
14
15.ui-slider-horizontal { height: .8em; }
16.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
17.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
18.ui-slider-horizontal .ui-slider-range-min { left: 0; }
19.ui-slider-horizontal .ui-slider-range-max { right: 0; }
20
21.ui-slider-vertical { width: .8em; height: 100px; }
22.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
23.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
24.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
25.ui-slider-vertical .ui-slider-range-max { top: 0; }
Note: See TracBrowser for help on using the repository browser.