~horux-dev/horux-webcli/thfo

« back to all changes in this revision

Viewing changes to assets/2020f124/jui/css/base/jquery.ui.slider.css

  • Committer: Thierry Forchelet
  • Date: 2011-02-25 13:30:15 UTC
  • Revision ID: thierry.forchelet@letux.ch-20110225133015-zxyj9w7sqv8ly971
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * jQuery UI Slider 1.8.6
 
3
 *
 
4
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 
5
 * Dual licensed under the MIT or GPL Version 2 licenses.
 
6
 * http://jquery.org/license
 
7
 *
 
8
 * http://docs.jquery.com/UI/Slider#theming
 
9
 */
 
10
.ui-slider { position: relative; text-align: left; }
 
11
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
 
12
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
 
13
 
 
14
.ui-slider-horizontal { height: .8em; }
 
15
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
 
16
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
 
17
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
 
18
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
 
19
 
 
20
.ui-slider-vertical { width: .8em; height: 100px; }
 
21
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
 
22
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
 
23
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
 
24
.ui-slider-vertical .ui-slider-range-max { top: 0; }
 
 
b'\\ No newline at end of file'