From 30ba4555140f9300f99def6cacc035bf472bf74f Mon Sep 17 00:00:00 2001 From: scottjehl Date: Tue, 5 Oct 2010 19:21:20 -0400 Subject: [PATCH] adjusted margins --- css/jQuery.mobile.forms.slider.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/jQuery.mobile.forms.slider.css b/css/jQuery.mobile.forms.slider.css index 05234f8c..e9793ce6 100644 --- a/css/jQuery.mobile.forms.slider.css +++ b/css/jQuery.mobile.forms.slider.css @@ -6,8 +6,8 @@ label.ui-slider { display: block; } input.ui-slider-input { display: inline-block; width: 40px; } select.ui-slider-switch { display: none; } -div.ui-slider { position: relative; display: inline-block; overflow: visible; height: 15px; padding: 0; margin: 0 2% 0 0; top: 4px; width: 66%; } -div.ui-slider-switch { height: 32px; overflow: hidden; } +div.ui-slider { position: relative; display: inline-block; overflow: visible; height: 15px; padding: 0; margin: 0 2% 0 15px; top: 4px; width: 66%; } +div.ui-slider-switch { height: 32px; overflow: hidden; margin-left: 0; } div.ui-slider-inneroffset { margin-left: 50%; position: absolute; top: 1px; height: 100%; width: 50%; } a.ui-slider-handle { position: absolute; top: 50%; width: 24px; height: 24px; margin-top: -13px; margin-left: -13px; } div.ui-slider-switch a.ui-slider-handle { width: 101%; height: 32px; margin-top: -18px; margin-left: -101%; }