aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-23 10:38:12 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-23 10:38:12 +0000
commit22f25cbb0c49051b93f1531b5a105bdbb078d819 (patch)
treede91d04d51b1214aa72b609b10db41003a88bca0 /themes
parent723782d80c097ba2798291d43a6c8c0c018c1c85 (diff)
downloadjquery-ui-22f25cbb0c49051b93f1531b5a105bdbb078d819.tar.gz
jquery-ui-22f25cbb0c49051b93f1531b5a105bdbb078d819.zip
merged dev/slider branch (revs 1152-1229) back to trunk
Diffstat (limited to 'themes')
-rw-r--r--themes/base/ui.slider.css16
1 files changed, 10 insertions, 6 deletions
diff --git a/themes/base/ui.slider.css b/themes/base/ui.slider.css
index d1d86564d..23a4fbc39 100644
--- a/themes/base/ui.slider.css
+++ b/themes/base/ui.slider.css
@@ -1,9 +1,13 @@
/* Slider
----------------------------------*/
-.ui-slider { height: .8em; position: relative; text-align: left; }
-.ui-slider-handle { position: absolute; z-index: 2; top: -.3em; width: 1.2em; height: 1.2em; margin-left:-.6em; }
-.ui-slider-range { position: relative; z-index: 1; top: 0; height: 100%; font-size:1%; display:block; border:0; }
+.ui-slider { position: relative; text-align: left; }
+.ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
+.ui-slider-range { position: absolute; z-index: 1; font-size: 1%; display: block; border: 0; }
-.ui-slider-vertical { height: auto; width: .8em; }
-.ui-slider-vertical .ui-slider-handle { top: auto; left: -.3em; margin-left:0; margin-top:-.6em; }
-.ui-slider-vertical .ui-slider-range { top: auto; left: 0; height: auto; width:100%; } \ No newline at end of file
+.ui-slider-horizontal { height: .8em; }
+.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
+.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
+
+.ui-slider-vertical { width: .8em; height: 100%; }
+.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
+.ui-slider-vertical .ui-slider-range { left: 0; height: auto; width: 100%; } \ No newline at end of file