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