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