Export 0.1.61
[platform/framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.tizen.swipelist.less
1 @import "config.less";
2
3 @list-li-padding-horizontal: 16 * @unit_base;
4
5 .ui-swipelist {
6         list-style-type: none;
7 }
8
9 .ui-swipelist-item {
10         height: 52 * @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
17         text-align : center;
18
19         .ui-btn {
20                 margin-top: -1.5em !important;
21         }
22 }
23
24 .ui-swipelist-item-cover {
25         position: absolute;
26         border: none;
27         top: 0%;
28         left: 0%;
29         width: 100%;
30         height: 100%;
31         z-index: 100;
32
33         .ui-swipelist-item-cover-inner {
34                 position : absolute;
35                 padding-top : 30 * @unit_base;
36                 padding-bottom : 30 * @unit_base;
37                 padding-left : 16 * @unit_base;
38
39                 width : 100%;
40
41                 text-align : left;
42
43                 .ui-li-text-sub {
44                         position : absolute;
45                         padding-right : 16 * @unit_base;
46                 }
47         }
48 }