Export 0.1.62
[platform/framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.tizen.toggleswitch.less
index b28e2ed..ede462e 100755 (executable)
@@ -21,8 +21,8 @@
                                padding-top: 7 * @unit_base;
                                .ui-toggleswitch-sign{
                                        position: absolute;
-                                       width: 44 * @unit_base;
-                                       height: 44 * @unit_base;
+                                       width: 66 * @unit_base;
+                                       height: 35 * @unit_base;
                                        /*left: 50%;*/
                                        margin-left:-2px;
                                        background: url(images/00_button_off.png) no-repeat;
@@ -48,8 +48,8 @@
                                text-align: center;
                                .ui-toggleswitch-sign{
                                        position: absolute;
-                                       width: 44 * @unit_base;
-                                       height: 44 * @unit_base;
+                                       width: 66 * @unit_base;
+                                       height: 35 * @unit_base;
                                        left: 50%;
                                        margin-left:-7px;
                                        background: url(images/00_button_on.png) no-repeat;
 .ui-toggleswitch.ui-toggleswitch-image-style {
        display : inline-block;
 
-       width : 44 * @unit_base;
-       height : 44 * @unit_base;
+       width : 66 * @unit_base;
+       height : 35 * @unit_base;
        .ui-toggleswitch-mover {
 
                .ui-toggleswitch-off,
                .ui-toggleswitch-on {
                        background-image : none;
 
-                       height : 44 * @unit_base;
-                       width : 44 * @unit_base;
+                       height : 66 * @unit_base;
+                       width : 35 * @unit_base;
 
                        .ui-toggleswitch-img {
                                padding-top : 0px;