From: Minkyeong Kim Date: Tue, 2 Jul 2013 06:25:03 +0000 (+0900) Subject: Tokentextarea: Fix the anchor button position X-Git-Tag: submit/tizen_2.2/20130714.154816~2^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28aaa15925e52674834167e7917cee278e94ee29;p=framework%2Fweb%2Fweb-ui-fw.git Tokentextarea: Fix the anchor button position Fix the relative bottom position of anchor button to consider the margin-bottom of button. Change-Id: I32bd3d74b8bafa7bf4fe9d1895ebb791e80c19fb --- diff --git a/src/themes/tizen/common/jquery.mobile.tizen.tokentextarea.less b/src/themes/tizen/common/jquery.mobile.tizen.tokentextarea.less index 4390bbc..6b00578 100644 --- a/src/themes/tizen/common/jquery.mobile.tizen.tokentextarea.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.tokentextarea.less @@ -84,6 +84,6 @@ div.ui-tokentextarea-sblock { .ui-tokentextarea-link-base { position : absolute; right : 0em; - bottom : 9 * @unit_base; + bottom : 2px; margin-right : 9 * @unit_base; }