commit | author | age
|
4e17e6
|
1 |
/***** RoundCube|Mail settings task styles *****/ |
T |
2 |
|
|
3 |
|
|
4 |
#tabsbar |
|
5 |
{ |
|
6 |
position: absolute; |
a95e0e
|
7 |
top: 50px; |
4e17e6
|
8 |
left: 220px; |
795588
|
9 |
right: 20px; |
4e17e6
|
10 |
height: 22px; |
T |
11 |
border-bottom: 1px solid #999999; |
|
12 |
white-space: nowrap; |
|
13 |
} |
|
14 |
|
|
15 |
span.tablink, |
|
16 |
span.tablink-selected |
|
17 |
{ |
|
18 |
float: left; |
455c2b
|
19 |
width: 100px; |
T |
20 |
height: 24px !important; |
|
21 |
height: 22px; |
4e17e6
|
22 |
background: url('images/tab_pas.gif') top left no-repeat; |
T |
23 |
} |
|
24 |
|
|
25 |
span.tablink-selected |
|
26 |
{ |
|
27 |
background: url('images/tab_act.gif') top left no-repeat; |
|
28 |
} |
|
29 |
|
|
30 |
span.tablink a, |
|
31 |
span.tablink-selected a |
|
32 |
{ |
455c2b
|
33 |
display: block; |
T |
34 |
padding-left: 10px; |
|
35 |
padding-top: 5px; |
|
36 |
color: #555555; |
4e17e6
|
37 |
text-decoration: none; |
T |
38 |
} |
|
39 |
|
455c2b
|
40 |
span.tablink-selected a |
T |
41 |
{ |
|
42 |
color: #000000; |
|
43 |
} |
|
44 |
|
4e17e6
|
45 |
#userprefs-box |
T |
46 |
{ |
|
47 |
position: absolute; |
a95e0e
|
48 |
top: 95px; |
4e17e6
|
49 |
left: 20px; |
5d480c
|
50 |
bottom: 60px; |
ba1c48
|
51 |
right: 20px; |
c02492
|
52 |
overflow: auto; |
5d480c
|
53 |
border: 1px solid #999999; |
ba1c48
|
54 |
} |
T |
55 |
|
4e17e6
|
56 |
#userprefs-box table td.title |
T |
57 |
{ |
|
58 |
color: #666666; |
|
59 |
padding-right: 10px; |
ba1c48
|
60 |
white-space: nowrap; |
4e17e6
|
61 |
} |
T |
62 |
|
ffae15
|
63 |
#userprefs-box table tr.advanced |
A |
64 |
{ |
|
65 |
display: none; |
|
66 |
} |
|
67 |
|
35c31e
|
68 |
.userprefs-block |
T |
69 |
{ |
|
70 |
float: left; |
|
71 |
margin-right: 14px; |
624ce7
|
72 |
min-width: 520px; |
T |
73 |
} |
|
74 |
|
|
75 |
#rcmfd_timezone |
|
76 |
{ |
|
77 |
width: 300px; |
35c31e
|
78 |
} |
T |
79 |
|
4e17e6
|
80 |
#identities-list, |
T |
81 |
#folder-manager |
|
82 |
{ |
|
83 |
position: absolute; |
a95e0e
|
84 |
top: 95px; |
4e17e6
|
85 |
left: 20px; |
be758e
|
86 |
overflow: auto; |
4e17e6
|
87 |
} |
T |
88 |
|
24053e
|
89 |
#folder-manager |
T |
90 |
{ |
da35b6
|
91 |
width: 600px; |
a8d23d
|
92 |
bottom: 140px; |
24053e
|
93 |
overflow: auto; |
T |
94 |
border: 1px solid #999999; |
|
95 |
} |
|
96 |
|
b0dbf3
|
97 |
#folder-manager.droptarget |
S |
98 |
{ |
|
99 |
border: 1px solid #CC3333; |
|
100 |
background-color: #FFFFA6; |
|
101 |
} |
|
102 |
|
f645ce
|
103 |
#identities-list |
T |
104 |
{ |
|
105 |
bottom: 60px; |
|
106 |
width: 420px; |
|
107 |
border: 1px solid #999999; |
|
108 |
} |
|
109 |
|
|
110 |
#listbuttons |
|
111 |
{ |
|
112 |
position: absolute; |
|
113 |
left: 20px; |
|
114 |
bottom: 18px; |
|
115 |
} |
|
116 |
|
4e17e6
|
117 |
#identities-table |
T |
118 |
{ |
f645ce
|
119 |
width: 420px; |
T |
120 |
table-layout: fixed; |
4e17e6
|
121 |
background-color: #F9F9F9; |
T |
122 |
} |
|
123 |
|
72a8c3
|
124 |
#subscription-table |
A |
125 |
{ |
|
126 |
width: 100%; |
|
127 |
} |
|
128 |
|
f055b1
|
129 |
#subscription-table input |
A |
130 |
{ |
|
131 |
font: inherit; |
|
132 |
} |
|
133 |
|
72a8c3
|
134 |
#subscription-table tbody td, |
4e17e6
|
135 |
#identities-table tbody td |
T |
136 |
{ |
1996d8
|
137 |
cursor: default; |
f645ce
|
138 |
overflow: hidden; |
T |
139 |
text-overflow: ellipsis; |
|
140 |
} |
|
141 |
|
|
142 |
#identities-table thead td.name |
|
143 |
{ |
|
144 |
width: 55%; |
|
145 |
} |
|
146 |
|
|
147 |
#identities-table thead td.email |
|
148 |
{ |
|
149 |
width: 45%; |
72a8c3
|
150 |
} |
A |
151 |
|
0b9dcd
|
152 |
#subscription-table tbody td |
T |
153 |
{ |
|
154 |
height: 22px !important; |
|
155 |
height: 18px; |
|
156 |
} |
|
157 |
|
72a8c3
|
158 |
#subscription-table tr.virtual td |
A |
159 |
{ |
|
160 |
color: #666; |
|
161 |
} |
|
162 |
|
|
163 |
#subscription-table tr.selected td, |
|
164 |
#subscription-table tr.selected td a |
|
165 |
{ |
|
166 |
color: #FFFFFF; |
|
167 |
background-color: #CC3333; |
|
168 |
} |
|
169 |
|
|
170 |
#subscription-table tr.droptarget td, |
|
171 |
#subscription-table tr.droptarget td a |
|
172 |
{ |
|
173 |
background-color: #FFFFA6; |
|
174 |
} |
|
175 |
|
|
176 |
#subscription-table thead td.name |
|
177 |
{ |
f65a7c
|
178 |
width: 360px; |
72a8c3
|
179 |
} |
A |
180 |
|
|
181 |
#subscription-table thead td.msgcount |
|
182 |
{ |
|
183 |
width: 90px; |
|
184 |
} |
|
185 |
|
|
186 |
#subscription-table thead td.subscribed |
|
187 |
{ |
|
188 |
width: 90px; |
4e17e6
|
189 |
} |
T |
190 |
|
0b9dcd
|
191 |
#subscription-table tbody td.subscribed, |
T |
192 |
#subscription-table tbody td.rename, |
|
193 |
#subscription-table tbody td.delete |
|
194 |
{ |
|
195 |
padding: 1px 4px; |
|
196 |
} |
|
197 |
|
f65a7c
|
198 |
#subscription-table thead td.rename, |
A |
199 |
#subscription-table thead td.delete |
|
200 |
{ |
|
201 |
width: 30px; |
|
202 |
} |
|
203 |
|
f055b1
|
204 |
#subscription-table td.name input |
A |
205 |
{ |
|
206 |
font: inherit; |
|
207 |
width: 240px; |
|
208 |
} |
|
209 |
|
4e17e6
|
210 |
#identity-frame |
T |
211 |
{ |
|
212 |
position: relative; |
|
213 |
margin-top: 20px; |
|
214 |
border: 1px solid #999999; |
|
215 |
} |
|
216 |
|
|
217 |
#identity-details |
|
218 |
{ |
f645ce
|
219 |
position: absolute; |
T |
220 |
top: 95px; |
|
221 |
left: 450px; |
795588
|
222 |
right: 20px; |
f645ce
|
223 |
bottom: 60px; |
4e17e6
|
224 |
border: 1px solid #999999; |
f645ce
|
225 |
overflow: auto; |
4e17e6
|
226 |
} |
T |
227 |
|
|
228 |
#identity-details table td.title |
|
229 |
{ |
|
230 |
color: #666666; |
|
231 |
font-weight: bold; |
|
232 |
text-align: right; |
|
233 |
padding-right: 10px; |
|
234 |
} |
|
235 |
|
ec0171
|
236 |
input.disabled |
A |
237 |
{ |
|
238 |
color: #999999; |
|
239 |
} |
|
240 |
|
24053e
|
241 |
#bottomboxes |
T |
242 |
{ |
|
243 |
position: absolute; |
da35b6
|
244 |
width: 600px; |
a8d23d
|
245 |
height: 120px; |
24053e
|
246 |
left: 20px; |
T |
247 |
bottom: 20px; |
|
248 |
} |
|
249 |
|
4e17e6
|
250 |
#userprefs-title, |
T |
251 |
#identity-title, |
72a8c3
|
252 |
div.boxtitle |
4e17e6
|
253 |
{ |
T |
254 |
height: 12px !important; |
f055b1
|
255 |
padding: 2px 10px 5px 10px; |
4e17e6
|
256 |
border-bottom: 1px solid #999999; |
T |
257 |
color: #333333; |
|
258 |
font-size: 11px; |
|
259 |
font-weight: bold; |
d7f49d
|
260 |
background: url('images/listheader.gif') top left repeat-x #CCC; |
4e17e6
|
261 |
} |
T |
262 |
|
|
263 |
div.settingsbox |
|
264 |
{ |
da35b6
|
265 |
width: 600px; |
4e17e6
|
266 |
margin-top: 20px; |
T |
267 |
border: 1px solid #999999; |
|
268 |
} |
|
269 |
|
|
270 |
div.settingspart |
|
271 |
{ |
|
272 |
display: block; |
|
273 |
padding: 10px; |
24053e
|
274 |
} |
a901aa
|
275 |
|
A |
276 |
fieldset |
|
277 |
{ |
|
278 |
margin-bottom: 0.5em; |
|
279 |
border: 1px solid #999999; |
dea674
|
280 |
padding: 4px 8px 9px 8px; |
a901aa
|
281 |
} |
A |
282 |
|
|
283 |
legend |
|
284 |
{ |
|
285 |
color: #999999; |
|
286 |
} |
ffae15
|
287 |
|
A |
288 |
div.advswitch |
|
289 |
{ |
|
290 |
white-space: nowrap; |
|
291 |
text-align: right; |
|
292 |
position: absolute; |
|
293 |
bottom: 35px; |
ba1c48
|
294 |
right: 20px; |
ef925f
|
295 |
width: 460px; |
ffae15
|
296 |
} |