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