Popup: input tag alignment has been fixed
authorhjnim.kim <hjnim.kim@samsung.com>
Thu, 28 Mar 2013 06:06:32 +0000 (15:06 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Sat, 30 Mar 2013 12:49:09 +0000 (21:49 +0900)
input text alignment in popup has been fixed
DCM-1111

Change-Id: I8e975d8e307e64eb5f6a97da1487b10310c97253

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

index 8c9abf6..227f10a 100644 (file)
                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 {