]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/settings.css
Imported Upstream version 0.3
[roundcube.git] / skins / default / settings.css
1 /***** RoundCube|Mail settings task styles *****/
2
3
4 #tabsbar
5 {
6   position: absolute;
7   top: 50px;
8   left: 220px;
9   right: 20px;
10   height: 22px;
11   border-bottom: 1px solid #999999;
12   white-space: nowrap;
13 }
14
15 span.tablink,
16 span.tablink-selected
17 {
18   float: left;
19   width: 100px;
20   height: 24px !important;
21   height: 22px;
22   overflow: hidden;
23   text-overflow: ellipsis;
24   background: url('images/tabs.gif') top left no-repeat;
25 }
26
27 span.tablink-selected
28 {
29   background-position: -102px 0;
30 }
31
32 span.tablink a,
33 span.tablink-selected a
34 {
35   display: block;
36   padding-left: 10px;
37   padding-top: 5px;
38   color: #555555;
39   text-decoration: none;
40 }
41
42 span.tablink-selected a
43 {
44   color: #000000;
45 }
46
47 #rcmfd_timezone
48 {
49   width: 300px;
50 }
51
52 #identities-list,
53 #folder-manager
54 {
55   position: absolute;
56   top: 95px;
57   left: 20px;
58   overflow: auto;
59 }
60
61 #folder-manager
62 {
63   width: 600px;
64   bottom: 140px;
65   overflow: auto;
66   border: 1px solid #999999;
67 }
68
69 #folder-manager.droptarget
70 {
71   border: 1px solid #CC3333;
72   background-color: #FFFFA6;
73 }
74
75 #identities-list
76 {
77   bottom: 60px;
78   width: 420px;
79   border: 1px solid #999999;
80 }
81
82 #listbuttons
83 {
84   position: absolute;
85   left: 20px;
86   bottom: 18px;
87 }
88
89 #identities-table
90 {
91   width: 420px;
92   table-layout: fixed;
93   background-color: #F9F9F9;
94 }
95
96 #subscription-table
97 {
98   width: 100%;
99 }
100
101 #subscription-table input
102 {
103   font: inherit;
104 }
105
106 #subscription-table tbody td,
107 #identities-table tbody td
108 {
109   cursor: default;
110   overflow: hidden;
111   text-overflow: ellipsis;
112 }
113
114 #identities-table thead td.name
115 {
116   width: 55%;
117 }
118
119 #identities-table thead td.email
120 {
121   width: 45%;
122 }
123
124 #subscription-table tbody td
125 {
126   height: 22px !important;
127   height: 18px;
128 }
129
130 #subscription-table tr.virtual td
131 {
132   color: #666;
133 }
134
135 #subscription-table tr.selected td,
136 #subscription-table tr.selected td a
137 {
138   color: #FFFFFF;
139   background-color: #CC3333;
140 }
141
142 #subscription-table tr.droptarget td,
143 #subscription-table tr.droptarget td a
144 {
145   background-color: #FFFFA6;
146 }
147
148 #subscription-table thead td.name
149 {
150   width: 360px;
151 }
152
153 #subscription-table thead td.msgcount
154 {
155   width: 90px;
156 }
157
158 #subscription-table thead td.subscribed
159 {
160   width: 90px;
161 }
162
163 #subscription-table tbody td.subscribed,
164 #subscription-table tbody td.rename,
165 #subscription-table tbody td.delete
166 {
167   padding: 1px 4px;
168 }
169
170 #subscription-table thead td.rename,
171 #subscription-table thead td.delete
172 {
173   width: 30px;
174 }
175
176 #subscription-table td.name input
177 {
178   font: inherit;
179   width: 240px;
180 }
181
182 #identity-frame
183 {
184   position: relative;
185   margin-top: 20px;
186   border: 1px solid #999999;
187 }
188
189 #identity-details
190 {
191   position: absolute;
192   top: 95px;
193   left: 450px;
194   right: 20px;
195   bottom: 60px;
196   border: 1px solid #999999;
197   overflow: auto;
198 }
199
200 #identity-details table td.title
201 {
202   color: #666666;
203   font-weight: bold;
204   text-align: right;
205   padding-right: 10px;
206 }
207
208 input.disabled
209 {
210   color: #999999;
211 }
212
213 #bottomboxes
214 {
215   position: absolute;
216   width: 600px;
217   height: 120px;
218   left: 20px;
219   bottom: 20px;
220 }
221
222 #identity-title,
223 #prefs-title,
224 div.boxtitle
225 {
226   height: 12px !important;
227   padding: 2px 10px 5px 10px;
228   border-bottom: 1px solid #999999;
229   color: #333333;
230   font-size: 11px;
231   font-weight: bold;
232   background: url('images/listheader.gif') top left repeat-x #CCC;
233 }
234
235 div.settingsbox
236 {
237   width: 600px;
238   margin-top: 20px;
239   border: 1px solid #999999;
240 }
241
242 div.settingspart
243 {
244   display: block;
245   padding: 10px;
246 }
247
248 fieldset 
249 {
250   margin-bottom: 0.5em;
251   border: 1px solid #999999;
252   padding: 4px 8px 9px 8px; 
253 }
254
255 legend
256 {
257   color: #999999;
258 }
259
260 #prefsscreen
261 {
262   position: absolute;
263   top: 95px;
264   right: 20px;
265   bottom: 30px;
266   left: 20px;
267 }
268
269 #sectionslist
270 {
271   position: absolute;
272   top: 0px;
273   left: 0px;
274   bottom: 0px;
275   border: 1px solid #999999;
276   background-color: #F9F9F9;
277   overflow: auto;
278 }
279
280 #sections-table
281 {
282   width: 100%;
283   table-layout: fixed;
284 }
285
286 #sections-table tbody td
287 {
288   cursor: default;
289 }
290
291 #prefs-box
292 {
293   position: absolute;
294   top: 0px;
295   right: 0px;
296   bottom: 0px;
297   border: 1px solid #999999;
298   overflow: hidden;
299 }
300
301 body.iframe,
302 #prefs-frame
303 {
304   background-color: #F9F9F9;
305   border: none;
306 }
307
308 #prefs-details
309 {
310   margin: 15px;
311 }
312
313 #prefs-details table td.title
314 {
315   color: #666;
316   padding-right: 10px;
317 }
318
319 #formfooter
320 {
321   width: 100%;
322 }
323
324 #formfooter .footerleft
325 {
326   padding-left: 20px;
327   white-space: nowrap;
328   float: left;
329 }
330
331 #formfooter .footerright
332 {
333   padding-right: 20px;
334   white-space: nowrap;
335   text-align: right;
336   float: right;
337 }