From: Jinhyuk Jun Date: Fri, 12 Apr 2013 04:16:13 +0000 (+0900) Subject: Naviframe : remove unnecessary img positioning(N_SE-33969) X-Git-Tag: accepted/tizen_2.1/20130425.023924~1^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b3c0f482bffd6ad25c1eba3337b68163a55a11a;p=platform%2Fframework%2Fweb%2Fweb-ui-fw.git Naviframe : remove unnecessary img positioning(N_SE-33969) define css position to img tag Change-Id: I7790849d276b9467605292432ae9bf9da3c9678e Conflicts: src/themes/tizen/common/jquery.mobile.theme.less --- diff --git a/src/themes/tizen/common/jquery.mobile.theme.less b/src/themes/tizen/common/jquery.mobile.theme.less index f27fe00..3de9967 100644 --- a/src/themes/tizen/common/jquery.mobile.theme.less +++ b/src/themes/tizen/common/jquery.mobile.theme.less @@ -113,10 +113,12 @@ } 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 { @@ -181,9 +183,12 @@ 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; } @@ -208,6 +213,10 @@ } &.ui-title-multiline { + img { + margin-top : 14 * @unit_base; + } + .ui-title { min-height : 24 * @unit_base; max-height : 24 * @unit_base; /* temporary UX strange */