aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorScott Jehl <scott@scottjehl.com>2009-02-24 20:39:43 +0000
committerScott Jehl <scott@scottjehl.com>2009-02-24 20:39:43 +0000
commitbf1a72487db2f58cc107ffb9dc514a03033bf32e (patch)
treeb29d100f4afb9c54bd00f0cd307465b33e159066 /themes
parent639da64b3482fd717f76fb7d36e8d43d3b584945 (diff)
downloadjquery-ui-bf1a72487db2f58cc107ffb9dc514a03033bf32e.tar.gz
jquery-ui-bf1a72487db2f58cc107ffb9dc514a03033bf32e.zip
Fixes ie6 bug where range blinks sometimes to a small height or width
props to Todd Parker :)
Diffstat (limited to 'themes')
-rw-r--r--themes/base/ui.slider.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/ui.slider.css b/themes/base/ui.slider.css
index 0792a481a..4c5621879 100644
--- a/themes/base/ui.slider.css
+++ b/themes/base/ui.slider.css
@@ -2,7 +2,7 @@
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
-.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: 1%; display: block; border: 0; }
+.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }