From 8215a4d57094fb3ab5fe5670d558cb6766d79b1d Mon Sep 17 00:00:00 2001 From: "hjnim.kim" Date: Thu, 28 Mar 2013 15:06:32 +0900 Subject: [PATCH] Popup: input tag alignment has been fixed input text alignment in popup has been fixed DCM-1111 Change-Id: I8e975d8e307e64eb5f6a97da1487b10310c97253 --- src/themes/tizen/common/jquery.mobile.tizen.popup.less | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/themes/tizen/common/jquery.mobile.tizen.popup.less b/src/themes/tizen/common/jquery.mobile.tizen.popup.less index 8c9abf6..227f10a 100644 --- a/src/themes/tizen/common/jquery.mobile.tizen.popup.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.popup.less @@ -76,11 +76,14 @@ background: @color_popup_text_bg; text-align: center; - .ui-li .ui-radio, .ui-li .ui-checkbox { - label { - background : transparent; + .ui-li .ui-radio, .ui-li .ui-checkbox { + label { + background : transparent; + } + } + input { + display : inline-block; } - } } .ui-popup-button-bg { -- 2.7.4