alecpl
2010-06-09 ff38d0e55b5a36ae28a828c9f8d21ef6a553beae
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;
4a4265 22   overflow: hidden;
T 23   text-overflow: ellipsis;
9224c8 24   background: url(images/tabs.gif) top left no-repeat;
4e17e6 25 }
T 26
27 span.tablink-selected
28 {
4a4265 29   background-position: -102px 0;
4e17e6 30 }
T 31
32 span.tablink a,
33 span.tablink-selected a
34 {
455c2b 35   display: block;
T 36   padding-left: 10px;
37   padding-top: 5px;
38   color: #555555;
4e17e6 39   text-decoration: none;
T 40 }
41
455c2b 42 span.tablink-selected a
T 43 {
44   color: #000000;
700ef1 45   cursor: default;
455c2b 46 }
T 47
624ce7 48 #rcmfd_timezone
T 49 {
50   width: 300px;
35c31e 51 }
T 52
4e17e6 53 #identities-list,
T 54 #folder-manager
55 {
56   position: absolute;
a95e0e 57   top: 95px;
4e17e6 58   left: 20px;
be758e 59   overflow: auto;
4e17e6 60 }
T 61
24053e 62 #folder-manager
T 63 {
da35b6 64   width: 600px;
a8d23d 65   bottom: 140px;
24053e 66   overflow: auto;
T 67   border: 1px solid #999999;
68 }
69
b0dbf3 70 #folder-manager.droptarget
S 71 {
72   border: 1px solid #CC3333;
73   background-color: #FFFFA6;
74 }
75
f645ce 76 #identities-list
T 77 {
e9b5a6 78   bottom: 30px;
f645ce 79   width: 420px;
T 80   border: 1px solid #999999;
e9b5a6 81 }
T 82
f645ce 83 #listbuttons
T 84 {
85   position: absolute;
86   left: 20px;
87   bottom: 18px;
88 }
89
4e17e6 90 #identities-table
T 91 {
f645ce 92   width: 420px;
T 93   table-layout: fixed;
4e17e6 94 }
T 95
72a8c3 96 #subscription-table
A 97 {
98   width: 100%;
99 }
100
f055b1 101 #subscription-table input
A 102 {
103   font: inherit;
104 }
105
72a8c3 106 #subscription-table tbody td,
4e17e6 107 #identities-table tbody td
T 108 {
1996d8 109   cursor: default;
f645ce 110   overflow: hidden;
T 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%;
72a8c3 122 }
A 123
0b9dcd 124 #subscription-table tbody td
T 125 {
126   height: 22px !important;
127   height: 18px;
128 }
129
72a8c3 130 #subscription-table tr.virtual td
A 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 {
f65a7c 150   width: 360px;
72a8c3 151 }
A 152
153 #subscription-table thead td.msgcount
154 {
155   width: 90px;
156 }
157
158 #subscription-table thead td.subscribed
159 {
160   width: 90px;
4e17e6 161 }
T 162
0b9dcd 163 #subscription-table tbody td.subscribed,
T 164 #subscription-table tbody td.rename,
165 #subscription-table tbody td.delete
166 {
167   padding: 1px 4px;
168 }
169
f65a7c 170 #subscription-table thead td.rename,
A 171 #subscription-table thead td.delete
172 {
173   width: 30px;
174 }
175
f055b1 176 #subscription-table td.name input
A 177 {
178   font: inherit;
179   width: 240px;
180 }
181
4e17e6 182 #identity-frame
T 183 {
184   position: relative;
185   margin-top: 20px;
186   border: 1px solid #999999;
187 }
188
189 #identity-details
190 {
f645ce 191   position: absolute;
T 192   top: 95px;
193   left: 450px;
795588 194   right: 20px;
e9b5a6 195   bottom: 30px;
4e17e6 196   border: 1px solid #999999;
f645ce 197   overflow: auto;
0f8ff2 198   background-color: #F2F2F2;
4e17e6 199 }
T 200
201 #identity-details table td.title
202 {
203   font-weight: bold;
204   text-align: right;
205 }
206
ec0171 207 input.disabled
A 208 {
209   color: #999999;
210 }
211
24053e 212 #bottomboxes
T 213 {
214   position: absolute;
da35b6 215   width: 600px;
a8d23d 216   height: 120px;
24053e 217   left: 20px;
T 218   bottom: 20px;
219 }
220
4e17e6 221 div.settingsbox
T 222 {
da35b6 223   width: 600px;
4e17e6 224   margin-top: 20px;
T 225   border: 1px solid #999999;
24053e 226 }
a901aa 227
A 228 fieldset 
229 {
230   margin-bottom: 0.5em;
231   border: 1px solid #999999;
dea674 232   padding: 4px 8px 9px 8px; 
a901aa 233 }
A 234
235 legend
236 {
237   color: #999999;
238 }
ffae15 239
f05834 240 #prefsscreen
ffae15 241 {
f05834 242   position: absolute;
A 243   top: 95px;
244   right: 20px;
245   bottom: 30px;
246   left: 20px;
247 }
248
249 #sectionslist
250 {
251   position: absolute;
252   top: 0px;
253   left: 0px;
254   bottom: 0px;
255   border: 1px solid #999999;
256   background-color: #F9F9F9;
257   overflow: auto;
258 }
259
260 #sections-table
261 {
262   width: 100%;
263   table-layout: fixed;
264 }
265
266 #sections-table tbody td
267 {
268   cursor: default;
269 }
270
271 #prefs-box
272 {
273   position: absolute;
274   top: 0px;
275   right: 0px;
276   bottom: 0px;
277   border: 1px solid #999999;
278   overflow: hidden;
279 }
280
281 body.iframe,
282 #prefs-frame
283 {
0f8ff2 284   background-color: #F2F2F2;
f05834 285   border: none;
A 286 }
287
288 #formfooter
289 {
290   width: 100%;
291 }
292
293 #formfooter .footerleft
294 {
6fff3c 295   padding-left: 15px;
f05834 296   white-space: nowrap;
A 297   float: left;
298 }
299
300 #formfooter .footerright
301 {
6fff3c 302   padding-right: 15px;
ffae15 303   white-space: nowrap;
A 304   text-align: right;
f05834 305   float: right;
ffae15 306 }