Tokentextarea: Change from 'px' to 'em.'
authorMinkyeong Kim <minkyeong.kim@samsung.com>
Wed, 24 Apr 2013 11:00:59 +0000 (20:00 +0900)
committerhjnim.kim <hjnim.kim@samsung.com>
Fri, 3 May 2013 06:29:06 +0000 (15:29 +0900)
Resolves #N_SE-35919

Change-Id: I16f3dc4244ecac0166233a144324228ff9ea4ee1

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

index c7aa039..5150ce7 100644 (file)
@@ -10,9 +10,9 @@
        display : inline-block;
        text-align : center;
        position : relative;
-       margin-left : 5px;
-       margin-right : 5px;
-       padding : 10px 0px;
+       margin-left : .3em;
+       margin-right : .3em;
+       padding : .6em 0em;
        color : @color_tokentextarea_label_text;
        font-weight : bold;
        text-align : center;
@@ -24,7 +24,7 @@
        position : relative;
        border : 0 !important;
        padding : 0 !important;
-       margin : 8px;
+       margin : .5em;
        color : @color_tokentextarea_input_text;
        text-align : left;
        font-size : 1em;
        text-align : center;
        cursor : pointer;
        position : relative;
-       margin-left : 5px;
-       margin-right : 5px;
-       margin-bottom : 5px;
-       margin-top : 5px;
-       padding : 3px 8px;
+       margin : .3em;
+       padding : .2em .5em;
        font-size : 1em;
        text-shadow : 0 .1em .1em rgba(0,0,0,.3);
        -ms-border-radius : .2em;
@@ -67,7 +64,7 @@ div.ui-tokentextarea-block {
        background-image : url(./images/00_contacts_button_header.png);
        background-size : contain;
        background-repeat : no-repeat;
-       padding-left : 11px;
+       padding-left : .7em;
 }
 
 div.ui-tokentextarea-sblock {
@@ -75,7 +72,7 @@ div.ui-tokentextarea-sblock {
        background-image : url(./images/00_contacts_button_header_press.png);
        background-size : contain;
        background-repeat : no-repeat;
-       padding-left : 11px;
+       padding-left : .7em;
 }
 
 .ui-tokentextarea .ui-tokentextarea-desclabel {