Merge branch 'master' into tizen_2.1
[platform/framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.tizen.swipe.less
1 @import "config.less";
2
3 @list-li-padding-horizontal: 16 * @unit_base;
4
5 .ui-swipe {
6         padding: 0 !important;
7         list-style-type: none;
8 }
9
10 .ui-swipe-item {
11         height: 56 * @unit_base;
12         -ms-user-select: none;
13         -o-user-select: none;
14         -moz-user-select: none;
15         -webkit-user-select: none;
16         -user-select: none;
17         opacity: 0;
18         text-align : center;
19         background-color: @color_list_swipe_bg;
20         margin-left : -13 * @unit_base;
21         margin-right : -13 * @unit_base;
22
23         .ui-btn {
24                 margin-top: -1.2em ! important;
25                 position: relative ! important;
26         }
27         p {
28                 margin: 0;
29         }
30 }
31
32 .ui-swipe-item-cover {
33         position: absolute;
34         border: none;
35         top: 0%;
36         left: 0%;
37         width: 100%;
38         height: 100%;
39         z-index: 100;
40
41         .ui-swipe-item-cover-inner {
42                 position : absolute;
43                 padding-top : 15 * @unit_base;
44                 padding-bottom : 15 * @unit_base;
45                 padding-left : 8 * @unit_base;
46
47                 width : 100%;
48
49                 text-align : left;
50
51                 .ui-li-text-sub {
52                         position : absolute;
53                         padding-right : 16 * @unit_base;
54                 }
55         }
56         p {
57                 margin: 0;
58         }
59 }