Tizen 2.0 Release
[samples/web/ContactsExchanger.git] / css / style.css
1 .ui-btn-start {
2         margin: 0px auto;
3         margin-top: 10px;
4         padding: 40px 0px 0px 0px;
5         width: 90%;
6         height: 50px;
7         font-size: 16px;
8 }
9
10 .defaultText {
11         font-size: 20px;
12         text-align: center;
13 }
14
15 .comment {
16         font-size: 16px;
17         text-align: center;
18         line-height: 3px;
19         color: black;
20         padding: 0px;
21         margin: 0px 0px 12px 0px;
22 }
23
24 #comment {
25         position: absolute;
26         top: -50px;
27         left: 0px;
28         margin: 0 auto;
29         right: 0px;
30 }
31
32 .box {
33         margin: 0px;
34         padding: 0px;
35         margin-top: 50%;
36 }
37
38 .gap {
39         width: 100%;
40         height: 10px;
41 }
42
43 #list-choose li a {
44         white-space: nowrap;
45         overflow: hidden !important;
46         text-overflow: ellipsis;
47         width: 60%;
48         float: left;
49 }
50
51 #list-choose li .ui-li-text-sub {
52         white-space: nowrap;
53         overflow: hidden !important;
54         text-overflow: ellipsis;
55         width: 40%;
56 }
57
58 #comment-name {
59         white-space: nowrap;
60         overflow: hidden !important;
61         text-overflow: ellipsis;
62         width: 90%;
63         margin-left: 5%;
64         line-height: inherit;
65         font-size: 1rem;
66         font-weight: bold;
67 }
68
69 #accept-choose {
70         width: auto;
71 }
72 .defaultVeryBigText {
73         font-size: 30px;
74         margin: 0px;
75         padding: 0px;
76         text-align: center;
77         line-height: 30px;
78 }
79
80 .defaultCounterText {
81         margin-top: 10px;
82         margin-bottom: 10px;
83         font-size: 100px;
84         padding: 0px;
85         text-align: center;
86         line-height: 100px;
87 }