~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to lib/jquery/jquery.ui-1.7.1/development-bundle/themes/base/ui.slider.css

  • Committer: V. Keith Hughitt
  • Date: 2009-03-26 19:20:57 UTC
  • Revision ID: hughitt1@kore-20090326192057-u0x8rf8sf5lmmnwh
nightly build 03-26-2009: Using alpha-channel JPEG 2000 dataset

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Slider
 
2
----------------------------------*/
 
3
.ui-slider { position: relative; text-align: left; }
 
4
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
 
5
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }
 
6
 
 
7
.ui-slider-horizontal { height: .8em; }
 
8
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
 
9
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
 
10
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
 
11
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
 
12
 
 
13
.ui-slider-vertical { width: .8em; height: 100px; }
 
14
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
 
15
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
 
16
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
 
17
.ui-slider-vertical .ui-slider-range-max { top: 0; }
 
 
b'\\ No newline at end of file'