Swipe: VI update and swipe speed has been changed
[platform/framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.tizen.swipe.less
1 @import "config.less";
2
3 @list-li-padding-horizontal: 16 * @unit_base;
4
5 .ui-swipe {
6         list-style-type: none;
7 }
8
9 .ui-swipe-item {
10         height: 26 * @unit_base;
11         -ms-user-select: none;
12         -o-user-select: none;
13         -moz-user-select: none;
14         -webkit-user-select: none;
15         -user-select: none;
16         opacity: 0;
17         text-align : center;
18
19         .ui-btn {
20                 margin-top: -1.5em ! important;
21                 position: relative ! important;
22         }
23 }
24
25 .ui-swipe-item-cover {
26         position: absolute;
27         border: none;
28         top: 0%;
29         left: 0%;
30         width: 100%;
31         height: 100%;
32         z-index: 100;
33
34         .ui-swipe-item-cover-inner {
35                 position : absolute;
36                 padding-top : 15 * @unit_base;
37                 padding-bottom : 15 * @unit_base;
38                 padding-left : 8 * @unit_base;
39
40                 width : 100%;
41
42                 text-align : left;
43
44                 .ui-li-text-sub {
45                         position : absolute;
46                         padding-right : 16 * @unit_base;
47                 }
48         }
49 }