diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-06-26 11:07:51 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-06-26 11:07:51 +0000 |
commit | 8111e87bc6bcedf010ae5bfc1a524338ae2cc46d (patch) | |
tree | 1ccb68aa967dd452f75db885a605582210e8a71b /tests | |
parent | 7818b8c583e3899797c754a5120854ad1823a36e (diff) | |
download | jquery-ui-8111e87bc6bcedf010ae5bfc1a524338ae2cc46d.tar.gz jquery-ui-8111e87bc6bcedf010ae5bfc1a524338ae2cc46d.zip |
visual css: corrected styles for slider
Diffstat (limited to 'tests')
-rw-r--r-- | tests/visual/all.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/visual/all.css b/tests/visual/all.css index e47b374fd..7f49f20af 100644 --- a/tests/visual/all.css +++ b/tests/visual/all.css @@ -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; }
|