Tabbar: Adjust the latest GUI
authorWonseop Kim <wonseop.kim@samsung.com>
Tue, 30 Apr 2013 12:19:29 +0000 (21:19 +0900)
committerhjnim.kim <hjnim.kim@samsung.com>
Fri, 3 May 2013 06:29:06 +0000 (15:29 +0900)
Change-Id: If2b450d41102987fc862a66e798b2eb30e666511

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

index 5e7390d..2b97da8 100644 (file)
                        -0-border-radius : 0px;
                        -ms-border-radius : 0px;
                        -webkit-border-radius : 0px;
+
+                       &:not(.ui-btn-icon-only) .ui-btn-text {
+                               display: block;
+                               vertical-align: middle;
+                               padding-bottom : 6 * @unit_base;
+                               margin-left: 6 * @unit_base;
+                               margin-right: 6 * @unit_base;
+                       }
                }
 
                .ui-icon {
                }
                a.ui-state-persist, a.ui-state-persist.ui-btn-active, a.ui-btn-show-style {
                        color : @color_tabbar_btn_pressed;
+
+                       .ui-btn-text {
+                               border-bottom-width: 3 * @unit_base;
+                               border-bottom-color: @color_tabbar_btn_pressed;
+                               border-bottom-style: solid;
+                       }
                }
                a.ui-btn-hover-s.ui-btn-down-s {
                        &:not(.ui-state-persist) {
                }
                a.ui-btn-active, .ui-btn-show-style {
                        color : @color_tabbar_btn_pressed;
+                       .ui-btn-text {
+                               border-bottom-width: 3 * @unit_base;
+                               border-bottom-color: @color_tabbar_btn_pressed;
+                               border-bottom-style: solid;
+                       }
                }
                a.ui-btn.ui-btn-hover-s.ui-btn-down-s {
                        color : @color_tabbar_btn_pressed;
                                .ui-btn-inner {
                                        height : 54 * @unit_base;
                                        .ui-btn-text {
-                                               padding-top : 0px;
-                                               line-height : 85 * @unit_base;
+                                               padding-bottom: 1 * @unit_base;
                                        }
                                        .ui-icon {
                                                top : 0px;