]> source.dussan.org Git - jquery-ui.git/commitdiff
Slider Theme: Fixed #3848: Fixed vertical range sliders.
authorScott González <scott.gonzalez@gmail.com>
Fri, 16 Jan 2009 05:28:52 +0000 (05:28 +0000)
committerScott González <scott.gonzalez@gmail.com>
Fri, 16 Jan 2009 05:28:52 +0000 (05:28 +0000)
themes/base/ui.slider.css

index 6b76d19a041ffed4fcc05619750117755f885cf8..2478da188037a45f2c4605b48f2837d9597a9fcd 100644 (file)
@@ -10,4 +10,4 @@
 
 .ui-slider-vertical { width: .8em; height: 100%; }
 .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
-.ui-slider-vertical .ui-slider-range { position: relative; left: 0; height: auto; width: 100%; }
\ No newline at end of file
+.ui-slider-vertical .ui-slider-range { left: 0; height: auto; width: 100%; }
\ No newline at end of file