Naviframe : remove unnecessary img positioning(N_SE-33969)
[platform/framework/web/web-ui-fw.git] / 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 */