Tokentextarea: Fix the anchor button position
authorMinkyeong Kim <minkyeong.kim@samsung.com>
Tue, 2 Jul 2013 06:25:03 +0000 (15:25 +0900)
committerhc7.choi <hc7choi@hc7.choi>
Thu, 4 Jul 2013 07:34:12 +0000 (16:34 +0900)
Fix the relative bottom position of anchor button to consider the margin-bottom of button.

Change-Id: I32bd3d74b8bafa7bf4fe9d1895ebb791e80c19fb

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

index 4390bbc..6b00578 100644 (file)
@@ -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;
 }