From 9bee6813a86eec43454bfe8e9e969278295d5324 Mon Sep 17 00:00:00 2001 From: Hyeoncheol Choi Date: Fri, 11 Oct 2013 15:55:33 +0900 Subject: Tabbar : modify font-size css at tabbar segment text(N_SE-52510) Tabbar text and tabbar segment text size different. So, tabbar segment text size modified. Change-Id: Ib03b023536f1229432056c4cf58bb0ef2614a51d --- src/themes/tizen/common/jquery.mobile.segmentctrl.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/themes/tizen/common/jquery.mobile.segmentctrl.less b/src/themes/tizen/common/jquery.mobile.segmentctrl.less index b11932e1..3661a2e9 100644 --- a/src/themes/tizen/common/jquery.mobile.segmentctrl.less +++ b/src/themes/tizen/common/jquery.mobile.segmentctrl.less @@ -1,4 +1,13 @@ @import "config.less"; +.ui-footer { + .ui-controlgroup { + .ui-btn-inner { + font-size : 15 * @unit_base; + padding-top : 2px; + padding-bottom : 1px; + } + } +} .ui-controlgroup { .ui-radio { -- cgit v1.2.3