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         left: 0px;
26         margin: 0 auto;
27         right: 0px;
28         width: inherit;
29 }
30
31 .box {
32         margin: 0px;
33         padding: 0px;
34         display: table-cell;
35         vertical-align: middle;
36         height: inherit;
37         width: inherit;
38 }
39
40 .gap {
41         width: 100%;
42         height: 10px;
43 }
44
45 #list-choose li a {
46         white-space: nowrap;
47         overflow: hidden !important;
48         text-overflow: ellipsis;
49         width: 60%;
50         float: left;
51 }
52
53 #list-choose li .ui-li-text-sub {
54         white-space: nowrap;
55         overflow: hidden !important;
56         text-overflow: ellipsis;
57         width: 40%;
58 }
59
60 #list-choose li.ui-btn-down-s a {
61         color: black;
62 }
63
64 #comment-name {
65         white-space: nowrap;
66         overflow: hidden !important;
67         text-overflow: ellipsis;
68         width: 90%;
69         margin-left: 5%;
70         line-height: inherit;
71         font-size: 1rem;
72         font-weight: bold;
73 }
74
75 #accept-choose {
76         width: auto;
77 }
78
79 .defaultVeryBigText {
80         font-size: 30px;
81         margin: 0px;
82         padding: 0px;
83         text-align: center;
84         line-height: 30px;
85 }
86
87 .defaultCounterText {
88         margin-top: 10px;
89         margin-bottom: 10px;
90         font-size: 100px;
91         padding: 0px;
92         text-align: center;
93         line-height: 100px;
94 }