popup: fix height of popup scroller
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 25 Jan 2013 07:04:44 +0000 (16:04 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Sat, 26 Jan 2013 09:31:59 +0000 (18:31 +0900)
fix height to 256 * @unitbase

Change-Id: I0094753c2ef67e77e6988a3db048e21b65a1539d

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

index 05fb84d..a14f9f4 100644 (file)
                        width: 100%;
                        overflow: hidden;
                        background: @color_popup_scroller_bg;
-                       height: 512*@unit_base;
+                       height: 256 * @unit_base;
                }
                .ui-popup-button-bg {
                        padding-top: 11*@unit_base;
                        width: 100%;
                        overflow: hidden;
                        background: @color_popup_scroller_bg;
-                       height: 512*@unit_base;
+                       height: 256 * @unit_base;
                }
                .ui-popup-button-bg {
                        padding-top: 11*@unit_base;
                        width: 100%;
                        overflow: hidden;
                        background: @color_popup_scroller_bg;
-                       height: 512*@unit_base;
+                       height: 256 * @unit_base;
                }
                .ui-popup-button-bg {
                        padding-top: 11*@unit_base;