modify wrong changelog date
[platform/framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.tizen.swipe.less
old mode 100755 (executable)
new mode 100644 (file)
index 39f5c68..c67e69f
@@ -3,23 +3,30 @@
 @list-li-padding-horizontal: 16 * @unit_base;
 
 .ui-swipe {
+       padding: 0 !important;
        list-style-type: none;
 }
 
 .ui-swipe-item {
-       height: 26 * @unit_base;
+       height: 56 * @unit_base;
        -ms-user-select: none;
        -o-user-select: none;
        -moz-user-select: none;
        -webkit-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 {
+               margin: 0;
+       }
 }
 
 .ui-swipe-item-cover {
@@ -46,4 +53,7 @@
                        padding-right : 16 * @unit_base;
                }
        }
+       p {
+               margin: 0;
+       }
 }