Skip to content

Commit

Permalink
visual css: corrected styles for slider
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Bakaus committed Jun 26, 2008
1 parent 7818b8c commit 8111e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/visual/all.css
Expand Up @@ -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; }
.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; background: gray !important; border: none !important; }

.ui-slider { margin: 10px; background: #FF9C08; height: 15px; }
.ui-slider-handle { width: 10px; height: 15px; background: white; position: relative; }
.ui-slider { margin: 10px; background: #FF9C08; height: 15px; position: relative; }
.ui-slider-handle { width: 10px; height: 15px; background: white; position: absolute; top: 0px; left: 0px; }

0 comments on commit 8111e87

Please sign in to comment.