alecpl
2010-06-19 d7a5dfa26abe21aa9216fe862225baa2b5caca3e
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 #folder-manager
T 54 {
55   position: absolute;
a95e0e 56   top: 95px;
4e17e6 57   left: 20px;
be758e 58   overflow: auto;
4e17e6 59 }
T 60
24053e 61 #folder-manager
T 62 {
da35b6 63   width: 600px;
a8d23d 64   bottom: 140px;
24053e 65   overflow: auto;
T 66   border: 1px solid #999999;
67 }
68
b0dbf3 69 #folder-manager.droptarget
S 70 {
71   border: 1px solid #CC3333;
72   background-color: #FFFFA6;
e9b5a6 73 }
T 74
f645ce 75 #listbuttons
T 76 {
77   position: absolute;
78   left: 20px;
79   bottom: 18px;
80 }
81
4e17e6 82 #identities-table
T 83 {
f865b6 84   width: 100%;
f645ce 85   table-layout: fixed;
4e17e6 86 }
T 87
72a8c3 88 #subscription-table
A 89 {
90   width: 100%;
91 }
92
f055b1 93 #subscription-table input
A 94 {
95   font: inherit;
96 }
97
72a8c3 98 #subscription-table tbody td,
4e17e6 99 #identities-table tbody td
T 100 {
1996d8 101   cursor: default;
f645ce 102   overflow: hidden;
T 103   text-overflow: ellipsis;
54759c 104   -o-text-overflow: ellipsis;
72a8c3 105 }
A 106
0b9dcd 107 #subscription-table tbody td
T 108 {
109   height: 22px !important;
110   height: 18px;
111 }
112
72a8c3 113 #subscription-table tr.virtual td
A 114 {
115   color: #666;
116 }
117
118 #subscription-table tr.selected td,
119 #subscription-table tr.selected td a
120 {
121   color: #FFFFFF;
122   background-color: #CC3333;
123 }
124
125 #subscription-table tr.droptarget td,
126 #subscription-table tr.droptarget td a
127 {
128   background-color: #FFFFA6;
129 }
130
131 #subscription-table thead td.name
132 {
f65a7c 133   width: 360px;
72a8c3 134 }
A 135
136 #subscription-table thead td.msgcount
137 {
138   width: 90px;
139 }
140
141 #subscription-table thead td.subscribed
142 {
143   width: 90px;
4e17e6 144 }
T 145
0b9dcd 146 #subscription-table tbody td.subscribed,
T 147 #subscription-table tbody td.rename,
148 #subscription-table tbody td.delete
149 {
150   padding: 1px 4px;
151 }
152
f65a7c 153 #subscription-table thead td.rename,
A 154 #subscription-table thead td.delete
155 {
156   width: 30px;
157 }
158
f055b1 159 #subscription-table td.name input
A 160 {
161   font: inherit;
162   width: 240px;
163 }
164
4e17e6 165 #identity-frame
T 166 {
167   position: relative;
168   margin-top: 20px;
169   border: 1px solid #999999;
170 }
171
172 #identity-details
173 {
f645ce 174   position: absolute;
54759c 175   top: 0;
A 176   right: 0;
177   bottom: 0;
4e17e6 178   border: 1px solid #999999;
f645ce 179   overflow: auto;
0f8ff2 180   background-color: #F2F2F2;
4e17e6 181 }
T 182
183 #identity-details table td.title
184 {
185   font-weight: bold;
186   text-align: right;
187 }
188
ec0171 189 input.disabled
A 190 {
191   color: #999999;
192 }
193
24053e 194 #bottomboxes
T 195 {
196   position: absolute;
da35b6 197   width: 600px;
a8d23d 198   height: 120px;
24053e 199   left: 20px;
ce06d3 200   bottom: 25px;
24053e 201 }
T 202
4e17e6 203 div.settingsbox
T 204 {
da35b6 205   width: 600px;
4e17e6 206   margin-top: 20px;
T 207   border: 1px solid #999999;
24053e 208 }
a901aa 209
A 210 fieldset 
211 {
212   margin-bottom: 0.5em;
213   border: 1px solid #999999;
dea674 214   padding: 4px 8px 9px 8px; 
a901aa 215 }
A 216
217 legend
218 {
219   color: #999999;
220 }
ffae15 221
f05834 222 #prefsscreen
ffae15 223 {
f05834 224   position: absolute;
A 225   top: 95px;
226   right: 20px;
227   bottom: 30px;
228   left: 20px;
229 }
230
54759c 231 #identities-list,
f05834 232 #sectionslist
A 233 {
234   position: absolute;
235   top: 0px;
236   left: 0px;
237   bottom: 0px;
238   border: 1px solid #999999;
239   background-color: #F9F9F9;
54759c 240   overflow: hidden;
f05834 241 }
A 242
243 #sections-table
244 {
245   width: 100%;
246   table-layout: fixed;
247 }
248
249 #sections-table tbody td
250 {
251   cursor: default;
252 }
253
254 #prefs-box
255 {
256   position: absolute;
257   top: 0px;
258   right: 0px;
259   bottom: 0px;
260   border: 1px solid #999999;
261   overflow: hidden;
262 }
263
264 body.iframe,
265 #prefs-frame
266 {
0f8ff2 267   background-color: #F2F2F2;
f05834 268   border: none;
A 269 }
270
271 #formfooter
272 {
273   width: 100%;
274 }
275
276 #formfooter .footerleft
277 {
6fff3c 278   padding-left: 15px;
f05834 279   white-space: nowrap;
A 280   float: left;
281 }
282
283 #formfooter .footerright
284 {
6fff3c 285   padding-right: 15px;
ffae15 286   white-space: nowrap;
A 287   text-align: right;
f05834 288   float: right;
ffae15 289 }