diff options
author | Jinhyuk Jun <jinhyuk.jun@samsung.com> | 2013-10-04 15:45:23 +0900 |
---|---|---|
committer | heeju Joo <heeju.joo@samsung.com> | 2013-10-11 14:04:06 +0900 |
commit | 840f423371f2821576efbd3baa2af2b2d07b023b (patch) | |
tree | 9b7348f4671b0f62d289f6bbf832901855fd9b07 | |
parent | 182c929d0dc70a1bb9284536571fb163f545602c (diff) | |
download | web-ui-fw-840f423371f2821576efbd3baa2af2b2d07b023b.tar.gz web-ui-fw-840f423371f2821576efbd3baa2af2b2d07b023b.tar.bz2 web-ui-fw-840f423371f2821576efbd3baa2af2b2d07b023b.zip |
Popup : change center_title_1btn's button style(PLM P130918-02212)
-rw-r--r-- | src/themes/tizen/common/jquery.mobile.tizen.popup.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/themes/tizen/common/jquery.mobile.tizen.popup.less b/src/themes/tizen/common/jquery.mobile.tizen.popup.less index f37e1c3d..9088e817 100644 --- a/src/themes/tizen/common/jquery.mobile.tizen.popup.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.popup.less @@ -159,11 +159,12 @@ .center_basic_1btn, .center_title_1btn { - .ui-btn { + .ui-popup-button-bg { + .ui-btn { max-width: 250 * @unit_base; width: 0.7 * @popup-ratio; + } } - } .center_basic_2btn, |