From 67249143d2d45885ab9f21a7500a41e81b069a23 Mon Sep 17 00:00:00 2001 From: Minkyeong Kim Date: Wed, 24 Apr 2013 20:00:59 +0900 Subject: [PATCH] Tokentextarea: Change from 'px' to 'em.' Resolves #N_SE-35919 Change-Id: I16f3dc4244ecac0166233a144324228ff9ea4ee1 --- .../common/jquery.mobile.tizen.tokentextarea.less | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/themes/tizen/common/jquery.mobile.tizen.tokentextarea.less b/src/themes/tizen/common/jquery.mobile.tizen.tokentextarea.less index c7aa039..5150ce7 100644 --- a/src/themes/tizen/common/jquery.mobile.tizen.tokentextarea.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.tokentextarea.less @@ -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; @@ -43,11 +43,8 @@ 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 { -- 2.7.4