Naviframe : remove unnecessary img positioning(N_SE-33969)
authorJinhyuk Jun <jinhyuk.jun@samsung.com>
Fri, 12 Apr 2013 04:16:13 +0000 (13:16 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Tue, 16 Apr 2013 04:38:23 +0000 (13:38 +0900)
define css position to img tag

Change-Id: I7790849d276b9467605292432ae9bf9da3c9678e

Conflicts:

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

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

index f27fe00..3de9967 100644 (file)
        }
 
        img {
+               position : absolute;
                display: inline-block;
                height: 16 * @unit_base;
                width: 16 * @unit_base;
                margin-left: 8 * @unit_base;
+               margin-top : 24 * @unit_base;
        }
 
        .ui-title-text-sub {
                right : 62 * @unit_base;
        }
 
+        > img + h1 {
+                padding-left : 24 * @unit_base;
+        }
+
        > img + h1 + .ui-btn:not(.ui-btn-icon_only):nth-child(3),
        > img + h1 + .naviframe-button.ui-btn:not(.ui-btn-icon_only):nth-child(3) {
-
                right : 7 * @unit_base;
        }
 
        }
        
        &.ui-title-multiline {
+               img {
+                       margin-top : 14 * @unit_base;
+               }
+
                .ui-title {
                        min-height : 24 * @unit_base;
                        max-height : 24 * @unit_base; /* temporary UX strange */