mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
26b52dd772
API CHANGE Upgraded jQuery UI themes from v1.6rc1 to v1.8rc3. Removed 'flora' and 'default' themes, replaced with the 'base' and 'smoothness' themes found in the default distribution git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100842 467b73ca-7a2a-4603-9d3b-597d59a354a9
17 lines
957 B
CSS
Executable File
17 lines
957 B
CSS
Executable File
/* 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; } |