From 9ea7c8e8f7a20e00a7d15999d9ed08fd371de2f0 Mon Sep 17 00:00:00 2001 From: "heeju.joo" Date: Wed, 3 Jul 2013 20:41:22 +0900 Subject: [PATCH] Naviframe: modify radius and padding value of header button not image button, but text only button - N_SE-44551 Change-Id: I8c68038e555ad9f503c6ea98dfcd40b3aed70d47 --- src/themes/tizen/common/jquery.mobile.theme.less | 40 ++++-------------------- 1 file changed, 6 insertions(+), 34 deletions(-) diff --git a/src/themes/tizen/common/jquery.mobile.theme.less b/src/themes/tizen/common/jquery.mobile.theme.less index 6cc1c2a..b1970c5 100644 --- a/src/themes/tizen/common/jquery.mobile.theme.less +++ b/src/themes/tizen/common/jquery.mobile.theme.less @@ -99,15 +99,14 @@ >.naviframe-button.ui-btn:not(.ui-btn-icon_only) { width : 62 * @unit_base; height : 48 * @unit_base; - padding-left : 0px; - padding-right : 0px; + padding : 0px; top : 0px; border-left-width : 1px; border-left-style : solid; border-left-color : @color_bar_divider_line; - border-top-left-radius : 0px; - border-bottom-left-radius : 0px; + + .LESSborder-radius-all(0); .ui-btn-inner { padding : 0; @@ -449,21 +448,6 @@ padding: 1 * @unit_base; } -.ui-btn-box-s.ui-btn-up-s { -/* .LESSbutton_box_style; - .LESSborder-radius-all( 0.3rem ); - .LESSbutton_text1_style;*/ -} - -.ui-btn-box-s .ui-btn-inner { -/* border: 1px solid; - border-color: @color_button_inner_border; - .LESSborder-radius-all( 0.3rem ); - .LESSbox-boxsizing( border-box ); - .LESSbutton_inner_box_style; - height: 100%;*/ -} - .ui-btn.ui-btn-corner-all.ui-btn-box-s .ui-btn-inner { .LESSborder-radius-all( 1.2rem ); } @@ -544,26 +528,17 @@ a.ui-link-inherit { /* button default color for active state */ .ui-btn-active { /* global-active */ - color: @color_button_text_normal; + color: @color_button_text_normal; cursor: pointer; text-decoration: none; - background: @color_button_press; + background: @color_button_press; outline: none; a.ui-link-inherit { - color: @color_button_text_normal; + color: @color_button_text_normal; } } -/* button inner top highlight ------------------------------------------------------------------------------------------------------------*/ - -.ui-btn-inner { - //border : none; -} - - - /* corner rounding classes -----------------------------------------------------------------------------------------------------------*/ @@ -596,9 +571,6 @@ a.ui-link-inherit { .LESSborder-radius-topleft(.3em); .LESSborder-radius-bottomleft(.3em); } -.ui-corner-all { - //.LESSborder-radius-all(.3em); -} .ui-corner-none { .LESSborder-radius-all(0); } -- 2.7.4