application sources from tizen_2.2
[apps/web/sample/ContactsExchanger.git] / project / 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         color: black;
19         padding: 0px;
20         margin: 0px 0px 12px 0px;
21         white-space: nowrap;
22         width: 300px;
23         overflow: hidden;
24         text-overflow: ellipsis;
25 }
26
27 #content-start {
28         display: table;
29 }
30
31 #comment {
32         left: 0px;
33         margin: 0 auto;
34         right: 0px;
35         width: inherit;
36 }
37
38 .box {
39         margin: 0px;
40         padding: 0 32px;
41         width: 296px;
42         text-align: center;
43         display: table-cell;
44         vertical-align: middle;
45 }
46
47 #waitingBox {
48         height: inherit;
49 }
50
51 .gap {
52         width: 100%;
53         height: 10px;
54 }
55
56 #list-choose li a {
57         white-space: nowrap;
58         overflow: hidden !important;
59         text-overflow: ellipsis;
60         width: 60%;
61         float: left;
62 }
63
64 #list-choose li .ui-li-text-sub {
65         white-space: nowrap;
66         overflow: hidden !important;
67         text-overflow: ellipsis;
68         width: 40%;
69 }
70
71 #list-choose li.ui-btn-down-s a {
72         color: black;
73 }
74
75 #comment-userName {
76         line-height: 30px;
77         font-size: 24px;
78 }
79
80 #comment-name {
81         overflow: hidden !important;
82         text-overflow: ellipsis;
83         width: 90%;
84         margin-left: 5%;
85         font-size: 1rem;
86         font-weight: bold;
87 }
88
89 #comment-phone {
90         color: #85837E;
91         line-height: 20px;
92 }
93
94 #accept-choose {
95         width: auto;
96 }
97
98 .defaultVeryBigText {
99         font-size: 30px;
100         margin: 0px;
101         padding: 0px;
102         text-align: center;
103         line-height: 30px;
104 }
105
106 .defaultCounterText {
107         margin-top: 10px;
108         margin-bottom: 10px;
109         font-size: 100px;
110         padding: 0px;
111         text-align: center;
112         line-height: 100px;
113 }
114
115 .ui-btn-create span.ui-btn-text {
116         font-size: .8rem;
117 }
118
119 #header-start .ui-title, #header-choose .ui-title, #header-contact .ui-title {
120         font-size: 1.1rem;
121 }
122
123 /* overwrite web-ui-fw styles for popupwindow button */
124 .ui-popupwindow .center_basic_1btn .popup-button-bg .ui-btn {
125         width: 90%;
126         height: auto;
127 }
128 #list-choose li.selected {
129         background-color: #ccc;
130         margin-top: -1px;
131 }
132
133 .ui-content {
134         padding: 0;
135 }
136
137 .ui-btn-back {
138         visibility:hidden;
139 }
140 /* temporary workaround for N_SE-46139 */
141 .ui-listview .ui-li > .ui-btn-inner {
142         padding: 0 0.5909090909090909rem !important;
143         margin: 0 !important;
144 }