Export 0.1.41
[framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.tizen.toggleswitch.less
index 96e34d8..1a4943f 100644 (file)
@@ -4,10 +4,10 @@
        height: 80 * @unit_base;
        width: 60 * @unit_base;
        overflow: hidden;
-       font-weight: bold;
        .ui-toggleswitch-mover {
                position: relative;
-               font-size: 20 * @unit_base;
+               font-size : 26 * @unit_base;
+               line-height : 40 * @unit_base;
                display: block;
 
                .ui-toggleswitch-off {
@@ -73,7 +73,6 @@
                .ui-toggleswitch-text {
                        width: 100%;
                        position: absolute;
-                       padding-top: 10 * @unit_base;
                        text-align: center;
                        text-overflow: ellipsis;
                }