aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMaggie Costello Wachs <fg.maggie@gmail.com>2008-12-12 15:53:54 +0000
committerMaggie Costello Wachs <fg.maggie@gmail.com>2008-12-12 15:53:54 +0000
commit5fd947366bb4e8532c7cd07c9fb9bc2b6a7fe9d7 (patch)
treeabf5ab1afdb7bf367ea9fc4afc3a694d0f7fdf44 /tests
parentf92e8b8110ce5857c754930732635f5daaf9242a (diff)
downloadjquery-ui-5fd947366bb4e8532c7cd07c9fb9bc2b6a7fe9d7.tar.gz
jquery-ui-5fd947366bb4e8532c7cd07c9fb9bc2b6a7fe9d7.zip
Updated #3650: noted that "ui-slider-horizontal" class is on hz slider
css change: slider handles are centered over range start and end points
Diffstat (limited to 'tests')
-rw-r--r--tests/static/slider.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/static/slider.html b/tests/static/slider.html
index d38dad77e..155c2d980 100644
--- a/tests/static/slider.html
+++ b/tests/static/slider.html
@@ -12,7 +12,7 @@
<body style="font-size: 62.5%;">
<!-- Slider: horizontal -->
-<div class="ui-slider ui-widget ui-widget-content ui-corner-all">
+<div class="ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all">
<a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="left: 15%;"></a>
<a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="left: 30%;"></a>
<div class="ui-slider-range ui-state-default" style="left: 15%; width: 15%;"></div>