From 60e257cef171b3e611821770653013fd65270f63 Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Wed, 20 Feb 2013 11:28:16 +0900 Subject: [PATCH] progress: add margin of top/bottom This patch resolves that progressbar and text area overlap problem (N_SE-25449) Change-Id: I232e4416649e824480a71012e971a5779314157f --- src/themes/tizen/common/jquery.mobile.tizen.progressbar.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/themes/tizen/common/jquery.mobile.tizen.progressbar.less b/src/themes/tizen/common/jquery.mobile.tizen.progressbar.less index 3e44c8d..d153b80 100644 --- a/src/themes/tizen/common/jquery.mobile.tizen.progressbar.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.progressbar.less @@ -44,6 +44,8 @@ .ui-progressbar { position: relative; + margin-top: 18 * @unit_base; + margin-bottom: 18 * @unit_base; margin-left: @bar-margin; margin-right: @bar-margin; height: @bar-height; -- 2.7.4