Swipe: Adjust the latest GUI
authorWonseop Kim <wonseop.kim@samsung.com>
Tue, 30 Apr 2013 12:01:27 +0000 (21:01 +0900)
committerhjnim.kim <hjnim.kim@samsung.com>
Fri, 3 May 2013 06:29:07 +0000 (15:29 +0900)
Change-Id: I66625200c54e08e1f0f8460b1d2eb338868bfb6f

src/themes/tizen/common/jquery.mobile.tizen.swipe.less
src/themes/tizen/tizen-black/style.less
src/themes/tizen/tizen-white/style.less

index eb66248..c67e69f 100644 (file)
@@ -3,12 +3,12 @@
 @list-li-padding-horizontal: 16 * @unit_base;
 
 .ui-swipe {
+       padding: 0 !important;
        list-style-type: none;
-       overflow: hidden;
 }
 
 .ui-swipe-item {
-       height: 26 * @unit_base;
+       height: 56 * @unit_base;
        -ms-user-select: none;
        -o-user-select: none;
        -moz-user-select: none;
        -user-select: none;
        opacity: 0;
        text-align : center;
+       background-color: @color_list_swipe_bg;
+       margin-left : -13 * @unit_base;
+       margin-right : -13 * @unit_base;
 
        .ui-btn {
-               margin-top: -1.5em ! important;
+               margin-top: -1.2em ! important;
                position: relative ! important;
        }
        p {
index e5579b9..437e1ec 100644 (file)
@@ -34,6 +34,8 @@
 @color_list_divider_bg : rgba(32, 35, 39, 1);                  /* W021L1 */
 @color_list_divider_text : rgba(112, 169, 238, 1);                     /* W021L2 */
 
+@color_list_swipe_bg : rgba(23, 25, 28, 1);                            /* B0212 */
+
 @color_list_dialogue_bg : rgba(42, 45, 48, 1);
 @color_dialogue_main_text: rgba(59, 115, 182, 1);
 @color_dialogue_border_right: rgba(12, 15, 20, 1);
index bfab0e8..cb0a627 100644 (file)
@@ -35,6 +35,8 @@
 @color_list_divider_bg : rgba(248, 246, 239, 1);                       /* W021L1 */
 @color_list_divider_text : rgba(59, 115, 182, 1);                      /* W021L2 */
 
+@color_list_swipe_bg : rgba(237, 235, 228, 1);                         /* B0212 */
+
 @color_list_dialogue_bg : rgba(239, 237, 229, 1);
 @color_dialogue_main_text: rgba(59, 115, 182, 1);
 @color_dialogue_border_right: rgba(142, 154, 163, 1);