Export 0.1.44
[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         -webkit-user-select: none;
12         -user-select: none;
13
14         .ui-btn {
15                 margin-top: -1.5em !important;
16         }
17 }
18
19 .ui-swipelist-item-cover {
20         position: absolute;
21         border: none;
22         top: 0%;
23         left: 0%;
24         width: 100%;
25         height: 100%;
26         z-index: 100;
27
28         .ui-swipelist-item-cover-inner {
29                 position : absolute;
30                 padding-top : 30 * @unit_base;
31                 padding-bottom : 30 * @unit_base;
32                 padding-left : 16 * @unit_base;
33                 
34                 width : 100%;
35
36                 .ui-li-text-sub {
37                         position : absolute;
38                         padding-right : 16 * @unit_base;
39                 }
40         }
41 }