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         list-style-type: none;
7         overflow: hidden;
8 }
9
10 .ui-swipe-item {
11         height: 26 * @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
20         .ui-btn {
21                 margin-top: -1.5em ! important;
22                 position: relative ! important;
23         }
24         p {
25                 margin: 0;
26         }
27 }
28
29 .ui-swipe-item-cover {
30         position: absolute;
31         border: none;
32         top: 0%;
33         left: 0%;
34         width: 100%;
35         height: 100%;
36         z-index: 100;
37
38         .ui-swipe-item-cover-inner {
39                 position : absolute;
40                 padding-top : 15 * @unit_base;
41                 padding-bottom : 15 * @unit_base;
42                 padding-left : 8 * @unit_base;
43
44                 width : 100%;
45
46                 text-align : left;
47
48                 .ui-li-text-sub {
49                         position : absolute;
50                         padding-right : 16 * @unit_base;
51                 }
52         }
53         p {
54                 margin: 0;
55         }
56 }