Tizen 2.1 base
[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
18 .ui-swipelist-item-cover {
19         position: absolute;
20         border: none;
21         top: 0%;
22         left: 0%;
23         width: 100%;
24         height: 100%;
25         z-index: 100;
26
27         .ui-li-text-main {
28                 position: absolute;
29         }
30         .ui-li-text-sub-left {
31                 margin-top: 0.8em !important;
32                 margin-left: @list-li-padding-horizontal !important;
33         }
34         .ui-li-text-main-right {
35                 margin-top: 0.7em !important;
36         }
37 }