aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual
diff options
context:
space:
mode:
authorEduardo Lundgren <eduardolundgren@gmail.com>2008-06-09 08:30:52 +0000
committerEduardo Lundgren <eduardolundgren@gmail.com>2008-06-09 08:30:52 +0000
commitbfa77e48558f3de8c330d80d8c35b541e5159a68 (patch)
treebe99d396c28ecf8c5660b6f480f67049ec2c8829 /tests/visual
parent189c8c6a8b1f5529eb8490639872236fa8528bdf (diff)
downloadjquery-ui-bfa77e48558f3de8c330d80d8c35b541e5159a68.tar.gz
jquery-ui-bfa77e48558f3de8c330d80d8c35b541e5159a68.zip
fix for slider visual test
Diffstat (limited to 'tests/visual')
-rw-r--r--tests/visual/all.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/all.css b/tests/visual/all.css
index 4fb7bf5c4..e47b374fd 100644
--- a/tests/visual/all.css
+++ b/tests/visual/all.css
@@ -77,4 +77,4 @@ ul.plugins li { margin: 0 12px 12px 0;
.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; }
+.ui-slider-handle { width: 10px; height: 15px; background: white; position: relative; }