mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
themes/base/ui.slider.css: added text-align: left for ui-slider in case of other text-align on container element
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* Slider
|
||||
----------------------------------*/
|
||||
.ui-slider { height: .8em; position: relative; }
|
||||
.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; opacity:.7; filter:Alpha(Opacity=70); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user