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