naviframe : bug fix
authorJinhyuk Jun <jinhyuk.jun@samsung.com>
Mon, 21 Jan 2013 09:43:01 +0000 (18:43 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Tue, 22 Jan 2013 05:26:05 +0000 (14:26 +0900)
header 2nd button can't recognize position. changed to + .ui-btn

Change-Id: Ic85865f4292adf226f74d5be28cc5a5cec38f652

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

index 5acb3a6..e0ab796 100755 (executable)
                right : 56 * @unit_base;
        }
 
-       > img + h1 + a.ui-btn:nth-child(3) {
+       > img + h1 + .ui-btn:nth-child(3) {
                right : 13 * @unit_base;
        }
 
-       > img + h1 + a.ui-btn:nth-child(4) {
+       > img + h1 + .ui-btn:nth-child(3) + .ui-btn {
                right : 56 * @unit_base;
        }
 
-       > img + h1 + span.ui-title-text-sub + a.ui-btn:nth-child(4) {
+       > img + h1 + span.ui-title-text-sub + .ui-btn:nth-child(4) {
                right : 11 * @unit_base;
        }
 
-       > img + h1 + span.ui-title-text-sub + a.ui-btn:nth-child(5) {
+       > img + h1 + span.ui-title-text-sub + .ui-btn:nth-child(4) + .ui-btn {
                right : 58 * @unit_base;
        }