mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
9 lines
579 B
CSS
9 lines
579 B
CSS
/* Slider
|
|
----------------------------------*/
|
|
.ui-slider { height: .8em; position: relative; text-align: left; }
|
|
.ui-slider-handle { position: absolute; z-index: 2; top: -.3em; width: 1.2em; height: 1.2em; margin-left:-.6em; }
|
|
.ui-slider-range { position: relative; z-index: 1; top: 0; height: 100%; font-size:1%; display:block; border:0; }
|
|
|
|
.ui-slider-vertical { height: auto; width: .8em; }
|
|
.ui-slider-vertical .ui-slider-handle { top: auto; left: -.3em; margin-left:0; margin-top:-.6em; }
|
|
.ui-slider-vertical .ui-slider-range { top: auto; left: 0; height: auto; width:100%; } |