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 |
/* css hack for IE */ |
795588
|
14 |
width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); |
4e17e6
|
15 |
} |
T |
16 |
|
|
17 |
span.tablink, |
|
18 |
span.tablink-selected |
|
19 |
{ |
|
20 |
float: left; |
455c2b
|
21 |
width: 100px; |
T |
22 |
height: 24px !important; |
|
23 |
height: 22px; |
4e17e6
|
24 |
background: url('images/tab_pas.gif') top left no-repeat; |
T |
25 |
} |
|
26 |
|
|
27 |
span.tablink-selected |
|
28 |
{ |
|
29 |
background: url('images/tab_act.gif') top left no-repeat; |
|
30 |
} |
|
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; |
|
45 |
} |
|
46 |
|
4e17e6
|
47 |
#userprefs-box |
T |
48 |
{ |
|
49 |
position: absolute; |
a95e0e
|
50 |
top: 95px; |
4e17e6
|
51 |
left: 20px; |
c02492
|
52 |
bottom: 30px; |
b19097
|
53 |
width: 600px; |
c02492
|
54 |
overflow: auto; |
4e17e6
|
55 |
border: 1px solid #999999; |
c02492
|
56 |
/* css hack for IE */ |
A |
57 |
height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); |
4e17e6
|
58 |
} |
T |
59 |
|
|
60 |
#userprefs-box table td.title |
|
61 |
{ |
|
62 |
color: #666666; |
|
63 |
padding-right: 10px; |
|
64 |
} |
|
65 |
|
|
66 |
#identities-list, |
|
67 |
#folder-manager |
|
68 |
{ |
|
69 |
position: absolute; |
a95e0e
|
70 |
top: 95px; |
4e17e6
|
71 |
left: 20px; |
T |
72 |
} |
|
73 |
|
24053e
|
74 |
#folder-manager |
T |
75 |
{ |
da35b6
|
76 |
width: 600px; |
a8d23d
|
77 |
bottom: 140px; |
24053e
|
78 |
overflow: auto; |
T |
79 |
border: 1px solid #999999; |
c02492
|
80 |
/* css hack for IE */ |
1a39ba
|
81 |
height: expression((parseInt(document.documentElement.clientHeight)-235)+'px'); |
24053e
|
82 |
} |
T |
83 |
|
b0dbf3
|
84 |
#folder-manager.droptarget |
S |
85 |
{ |
|
86 |
border: 1px solid #CC3333; |
|
87 |
background-color: #FFFFA6; |
|
88 |
} |
|
89 |
|
f645ce
|
90 |
#identities-list |
T |
91 |
{ |
|
92 |
bottom: 60px; |
|
93 |
width: 420px; |
|
94 |
border: 1px solid #999999; |
795588
|
95 |
/* css hack for IE */ |
A |
96 |
height: expression((parseInt(document.documentElement.clientHeight)-160)+'px'); |
f645ce
|
97 |
} |
T |
98 |
|
|
99 |
#listbuttons |
|
100 |
{ |
|
101 |
position: absolute; |
|
102 |
left: 20px; |
|
103 |
bottom: 18px; |
|
104 |
} |
|
105 |
|
4e17e6
|
106 |
#identities-table |
T |
107 |
{ |
f645ce
|
108 |
width: 420px; |
T |
109 |
table-layout: fixed; |
4e17e6
|
110 |
background-color: #F9F9F9; |
T |
111 |
} |
|
112 |
|
|
113 |
#identities-table tbody td |
|
114 |
{ |
1996d8
|
115 |
cursor: default; |
f645ce
|
116 |
overflow: hidden; |
T |
117 |
text-overflow: ellipsis; |
|
118 |
} |
|
119 |
|
|
120 |
#identities-table thead td.name |
|
121 |
{ |
|
122 |
width: 55%; |
|
123 |
} |
|
124 |
|
|
125 |
#identities-table thead td.email |
|
126 |
{ |
|
127 |
width: 45%; |
4e17e6
|
128 |
} |
T |
129 |
|
|
130 |
#identity-frame |
|
131 |
{ |
|
132 |
position: relative; |
|
133 |
margin-top: 20px; |
|
134 |
border: 1px solid #999999; |
|
135 |
} |
|
136 |
|
|
137 |
#identity-details |
|
138 |
{ |
f645ce
|
139 |
position: absolute; |
T |
140 |
top: 95px; |
|
141 |
left: 450px; |
795588
|
142 |
right: 20px; |
f645ce
|
143 |
bottom: 60px; |
4e17e6
|
144 |
border: 1px solid #999999; |
f645ce
|
145 |
overflow: auto; |
T |
146 |
/* css hack for IE */ |
795588
|
147 |
width: expression((parseInt(document.documentElement.clientWidth)-470)+'px'); |
f645ce
|
148 |
height: expression((parseInt(document.documentElement.clientHeight)-160)+'px'); |
4e17e6
|
149 |
} |
T |
150 |
|
|
151 |
#identity-details table td.title |
|
152 |
{ |
|
153 |
color: #666666; |
|
154 |
font-weight: bold; |
|
155 |
text-align: right; |
|
156 |
padding-right: 10px; |
|
157 |
} |
|
158 |
|
24053e
|
159 |
#bottomboxes |
T |
160 |
{ |
|
161 |
position: absolute; |
da35b6
|
162 |
width: 600px; |
a8d23d
|
163 |
height: 120px; |
24053e
|
164 |
left: 20px; |
T |
165 |
bottom: 20px; |
|
166 |
} |
|
167 |
|
4e17e6
|
168 |
#userprefs-title, |
T |
169 |
#identity-title, |
|
170 |
div.boxtitle, |
|
171 |
#subscription-table thead td |
|
172 |
{ |
|
173 |
height: 12px !important; |
|
174 |
padding: 4px 20px 3px 6px; |
|
175 |
border-bottom: 1px solid #999999; |
|
176 |
color: #333333; |
|
177 |
font-size: 11px; |
|
178 |
font-weight: bold; |
|
179 |
background-color: #EBEBEB; |
|
180 |
background-image: url(images/listheader_aqua.gif); |
|
181 |
} |
|
182 |
|
|
183 |
div.settingsbox |
|
184 |
{ |
da35b6
|
185 |
width: 600px; |
4e17e6
|
186 |
margin-top: 20px; |
T |
187 |
border: 1px solid #999999; |
|
188 |
} |
|
189 |
|
|
190 |
div.settingspart |
|
191 |
{ |
|
192 |
display: block; |
|
193 |
padding: 10px; |
|
194 |
} |
|
195 |
|
|
196 |
#subscription-table |
|
197 |
{ |
24053e
|
198 |
width: 100%; |
4e17e6
|
199 |
} |
T |
200 |
|
|
201 |
#subscription-table tbody td |
|
202 |
{ |
3e8bd7
|
203 |
height: 20px; |
4e17e6
|
204 |
padding-left: 6px; |
a8d23d
|
205 |
padding-right: 10px; |
4e17e6
|
206 |
white-space: nowrap; |
T |
207 |
border-bottom: 1px solid #EBEBEB; |
|
208 |
background-color: #F9F9F9; |
cf507b
|
209 |
cursor: default; |
b0dbf3
|
210 |
} |
S |
211 |
|
3e8bd7
|
212 |
#subscription-table tr.virtual td |
T |
213 |
{ |
|
214 |
color: #666; |
|
215 |
} |
|
216 |
|
b0dbf3
|
217 |
#subscription-table tr.selected td, |
S |
218 |
#subscription-table tr.selected td a |
|
219 |
{ |
|
220 |
color: #FFFFFF; |
|
221 |
background-color: #CC3333; |
|
222 |
} |
|
223 |
|
|
224 |
#subscription-table tr.droptarget td, |
|
225 |
#subscription-table tr.droptarget td a |
|
226 |
{ |
|
227 |
background-color: #FFFFA6; |
4e17e6
|
228 |
} |
T |
229 |
|
a8d23d
|
230 |
#subscription-table thead td.name |
4e17e6
|
231 |
{ |
da35b6
|
232 |
width: 250px; |
4e17e6
|
233 |
} |
T |
234 |
|
a8d23d
|
235 |
#subscription-table thead td.msgcount |
24053e
|
236 |
{ |
da35b6
|
237 |
width: 90px; |
a8d23d
|
238 |
} |
T |
239 |
|
|
240 |
#subscription-table thead td.subscribed |
|
241 |
{ |
da35b6
|
242 |
width: 90px; |
24053e
|
243 |
} |
a901aa
|
244 |
|
A |
245 |
fieldset |
|
246 |
{ |
|
247 |
margin-bottom: 0.5em; |
|
248 |
border: 1px solid #999999; |
dea674
|
249 |
padding: 4px 8px 9px 8px; |
a901aa
|
250 |
} |
A |
251 |
|
|
252 |
legend |
|
253 |
{ |
|
254 |
color: #999999; |
|
255 |
} |