]> source.dussan.org Git - jquery-ui.git/commitdiff
visual css: corrected styles for slider
authorPaul Bakaus <paul.bakaus@googlemail.com>
Thu, 26 Jun 2008 11:07:51 +0000 (11:07 +0000)
committerPaul Bakaus <paul.bakaus@googlemail.com>
Thu, 26 Jun 2008 11:07:51 +0000 (11:07 +0000)
tests/visual/all.css

index e47b374fd74e7bae96839f3df6414a441987883c..7f49f20af331286e0bd516f75a1123c19be67e02 100644 (file)
@@ -76,5 +76,5 @@ ul.plugins li { margin: 0 12px 12px 0;
 .ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px; background: gray !important; border: none !important; }\r
 .ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; background: gray !important; border: none !important; }\r
 \r
-.ui-slider { margin: 10px; background: #FF9C08; height: 15px; }\r
-.ui-slider-handle { width: 10px; height: 15px; background: white; position: relative; }\r
+.ui-slider { margin: 10px; background: #FF9C08; height: 15px; position: relative; }\r
+.ui-slider-handle { width: 10px; height: 15px; background: white; position: absolute; top: 0px; left: 0px; }\r