slider: add margin-top and margin-bottom
authorMinkyu Kang <mk7.kang@samsung.com>
Wed, 9 Jan 2013 05:24:24 +0000 (14:24 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Fri, 11 Jan 2013 08:40:54 +0000 (17:40 +0900)
Since handle is bigger than bar,
the height of widget is smaller than actual height.

Change-Id: I0f1e5d70edf8905c2fe7fcc71aa0210a6a65ae34

src/themes/tizen/common/jquery.mobile.tizen.slider.less

index ed612a3..6d9ac01 100755 (executable)
@@ -23,6 +23,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;
 
        background-image: -webkit-gradient(
                linear,
@@ -119,7 +121,7 @@ div.ui-slider:not(.ui-toggle-switch) {
        background-color: @color_progress_bar0;
 
        .ui-btn {
-               top: -0.8rem;
+               top: -0.75rem;
                margin-top: 0;
        }
        .ui-btn-inner {