From: Minkyu Kang Date: Tue, 22 Jan 2013 04:09:28 +0000 (+0900) Subject: slider: increase the margin X-Git-Tag: accepted/tizen_2.1/20130425.023924~7^2~182 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1cece85a8a808a2357d287fad8d69cadeccb92c0;p=platform%2Fframework%2Fweb%2Fweb-ui-fw.git slider: increase the margin Since the issue of overlapped sliders, increase the margin. Change-Id: I8a91e73a846f079ed7b58db7a4fe3b0b1c67e979 --- diff --git a/src/themes/tizen/common/jquery.mobile.tizen.slider.less b/src/themes/tizen/common/jquery.mobile.tizen.slider.less index 94f91e7..6644c72 100755 --- a/src/themes/tizen/common/jquery.mobile.tizen.slider.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.slider.less @@ -22,8 +22,8 @@ select.ui-slider-switch { height: 18 * @unit_base; margin-left: 16 * @unit_base; margin-right: 16 * @unit_base; - margin-top: 9 * @unit_base; - margin-bottom: 9 * @unit_base; + margin-top: 18 * @unit_base; + margin-bottom: 18 * @unit_base; background-image: -webkit-gradient( linear, @@ -36,6 +36,11 @@ select.ui-slider-switch { .LESSborder-radius-all( 10 * @unit_base ); } +.ui-li > .ui-slider-container { + margin-top: 0; + margin-bottom: 0; +} + .ui-slider-left-volume, .ui-slider-left-bright { position: absolute;