diff options
author | Hyeoncheol Choi <hc7.choi@samsung.com> | 2013-10-11 15:55:33 +0900 |
---|---|---|
committer | heeju Joo <heeju.joo@samsung.com> | 2013-10-16 11:38:04 +0900 |
commit | 9bee6813a86eec43454bfe8e9e969278295d5324 (patch) | |
tree | a829bc07d330077eb1dd6b9b11b5f13e249cbd53 | |
parent | 74b684db2a9e30c4338cd7c63555a542ee447327 (diff) | |
download | web-ui-fw-9bee6813a86eec43454bfe8e9e969278295d5324.tar.gz web-ui-fw-9bee6813a86eec43454bfe8e9e969278295d5324.tar.bz2 web-ui-fw-9bee6813a86eec43454bfe8e9e969278295d5324.zip |
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
-rw-r--r-- | src/themes/tizen/common/jquery.mobile.segmentctrl.less | 9 |
1 files changed, 9 insertions, 0 deletions
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 { |