From e26a3d7769bbaf5471a0af07b1d1e1879778f296 Mon Sep 17 00:00:00 2001 From: "hjnim.kim" Date: Thu, 7 Feb 2013 15:32:41 +0900 Subject: [PATCH] TizenWinset: Popup button size patch Popup button size patch ( button width has been changed ) N_SE-24572 Change-Id: If8e25afcaf11f175096f890c1baf3e776ba04a54 --- demos/tizen-winsets/widgets/popupwindow/popup.html | 8 ++++---- .../tizen/common/jquery.mobile.tizen.popup.less | 24 +++++++++++++++++++--- 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/demos/tizen-winsets/widgets/popupwindow/popup.html b/demos/tizen-winsets/widgets/popupwindow/popup.html index d7f8512..8bcdba6 100644 --- a/demos/tizen-winsets/widgets/popupwindow/popup.html +++ b/demos/tizen-winsets/widgets/popupwindow/popup.html @@ -39,7 +39,7 @@ -
+

Font Size

@@ -74,7 +74,7 @@

Create new category

- +
OK @@ -299,8 +299,8 @@

PopupTest

- - + +
OK diff --git a/src/themes/tizen/common/jquery.mobile.tizen.popup.less b/src/themes/tizen/common/jquery.mobile.tizen.popup.less index a14f9f4..5b03a57 100644 --- a/src/themes/tizen/common/jquery.mobile.tizen.popup.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.popup.less @@ -164,7 +164,7 @@ vertical-align: middle; .ui-btn { - width: 130*@unit_base; + width: 110*@unit_base; height: 37*@unit_base; margin-top: 0*@unit_base; margin-bottom: 0*@unit_base; @@ -201,7 +201,7 @@ vertical-align: middle; .ui-btn { - width: 130*@unit_base; + width: 110*@unit_base; height: 37*@unit_base; margin-top: 0*@unit_base; margin-bottom: 0*@unit_base; @@ -222,8 +222,26 @@ .center_title_2btn { .ui-popup-button-bg { + padding-top: 11*@unit_base; + padding-bottom: 11*@unit_base; + vertical-align: middle; + .ui-btn { - width: 130*@unit_base; + width: 120*@unit_base; + height: 37*@unit_base; + margin-top: 0*@unit_base; + margin-bottom: 0*@unit_base; + margin-left: 5*@unit_base; + margin-right: 5*@unit_base; + + display: inline-block; + + .ui-btn-inner { + padding-top: 5 * @unit_base; + padding-bottom: 5 * @unit_base; + padding-left : 20 * @unit_base; + padding-right : 20 * @unit_base; + } } } } -- 2.7.4