commit | author | age
|
2e9730
|
1 |
|
A |
2 |
input, textarea |
|
3 |
{ |
|
4 |
border-style: expression(this.type=='checkbox' || this.type=='radio' || this.id=='quicksearchbox' ? 'none' : 'solid'); |
|
5 |
border-width: expression(this.type=='checkbox' || this.type=='radio' ? '0' : '1px'); |
|
6 |
border-color: expression(this.type=='checkbox' || this.type=='radio' ? '' : '#666666'); |
|
7 |
background-color: expression(this.type=='checkbox' || this.type=='radio' ? 'transparent' : '#ffffff'); |
|
8 |
} |
|
9 |
|
df2a51
|
10 |
#login-form form |
V |
11 |
{ |
|
12 |
margin-top: 0; |
|
13 |
} |
|
14 |
|
2e9730
|
15 |
.pagenav a.buttonPas |
A |
16 |
{ |
|
17 |
filter: alpha(opacity=35); |
|
18 |
} |
|
19 |
|
|
20 |
#message |
|
21 |
{ |
|
22 |
filter: alpha(opacity=85); |
|
23 |
} |
|
24 |
|
f52c93
|
25 |
.popupmenu |
2e9730
|
26 |
{ |
7bac9d
|
27 |
background-color: #ffffff; |
2e9730
|
28 |
} |
A |
29 |
|
|
30 |
#tabsbar |
|
31 |
{ |
|
32 |
width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); |
|
33 |
} |
|
34 |
|
087c7d
|
35 |
#mainscreen |
A |
36 |
{ |
|
37 |
width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); |
|
38 |
height: expression((parseInt(document.documentElement.clientHeight)-105)+'px'); |
|
39 |
} |
|
40 |
|
2e9730
|
41 |
#folder-manager |
A |
42 |
{ |
087c7d
|
43 |
height: expression((parseInt(this.parentNode.offsetHeight)-105)+'px'); |
2e9730
|
44 |
} |
A |
45 |
|
|
46 |
#messagetoolbar |
|
47 |
{ |
|
48 |
width: expression((parseInt(document.documentElement.clientWidth)-215)+'px'); |
|
49 |
z-index: 240; |
|
50 |
} |
|
51 |
|
|
52 |
#messagetoolbar select.mboxlist |
|
53 |
{ |
39f9d3
|
54 |
margin: 0 8px; |
A |
55 |
top: 8px; |
2e9730
|
56 |
} |
A |
57 |
|
|
58 |
#abooktoolbar a.buttonPas |
|
59 |
{ |
|
60 |
filter: alpha(opacity=35); |
5d6a3a
|
61 |
background-image: url(images/abook_toolbar.gif); |
2e9730
|
62 |
} |
A |
63 |
|
|
64 |
#messagetoolbar a.buttonPas |
|
65 |
{ |
|
66 |
filter: alpha(opacity=35); |
5d6a3a
|
67 |
background-image: url(images/mail_toolbar.gif); |
2e9730
|
68 |
} |
A |
69 |
|
ce06d3
|
70 |
#listcontrols a.buttonPas |
8583d6
|
71 |
{ |
A |
72 |
filter: alpha(opacity=35); |
2e9730
|
73 |
} |
A |
74 |
|
d9b936
|
75 |
#quicksearchbar |
V |
76 |
{ |
|
77 |
z-index: 250; |
|
78 |
} |
|
79 |
|
2e9730
|
80 |
#addresslist, |
54759c
|
81 |
#sectionslist, |
434564
|
82 |
#identities-list, |
A |
83 |
#mailleftcontainer, |
087c7d
|
84 |
#mailrightcontainer, |
A |
85 |
#compose-container, |
|
86 |
#compose-attachments, |
434564
|
87 |
#mailcontframe, |
087c7d
|
88 |
#mailboxlist-container, |
A |
89 |
#mailrightcontent, |
|
90 |
#messageframe, |
|
91 |
#identity-details, |
|
92 |
#contacts-box, |
|
93 |
#prefs-box |
2e9730
|
94 |
{ |
A |
95 |
height: expression(parseInt(this.parentNode.offsetHeight)+'px'); |
|
96 |
} |
|
97 |
|
|
98 |
#mailrightcontainer |
|
99 |
{ |
|
100 |
width: expression((parseInt(this.parentNode.offsetWidth)-170)+'px'); |
|
101 |
} |
|
102 |
|
|
103 |
#messagepartcontainer |
|
104 |
{ |
|
105 |
width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); |
ce06d3
|
106 |
height: expression((parseInt(document.documentElement.clientHeight)-90)+'px'); |
2e9730
|
107 |
} |
A |
108 |
|
|
109 |
#mailrightcontent |
|
110 |
{ |
434564
|
111 |
width: 100%; |
087c7d
|
112 |
} |
A |
113 |
|
|
114 |
#compose-div |
|
115 |
{ |
|
116 |
height: expression((parseInt(this.parentNode.offsetHeight)-1-parseInt(document.getElementById('compose-headers').offsetHeight))+'px'); |
2e9730
|
117 |
} |
A |
118 |
|
|
119 |
#partheader |
|
120 |
{ |
|
121 |
width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); |
|
122 |
} |
|
123 |
|
|
124 |
#subscription-table |
|
125 |
{ |
|
126 |
width: auto; |
|
127 |
} |
|
128 |
|
|
129 |
#messagelist |
|
130 |
{ |
|
131 |
width: inherit; |
|
132 |
*width: auto; /* IE6/7 conditional hack */ |
|
133 |
border-collapse: collapse; |
|
134 |
} |
|
135 |
|
0e7b66
|
136 |
#messagelist thead tr td, |
A |
137 |
#messagelist tbody tr td |
|
138 |
{ |
|
139 |
height: 18px; |
|
140 |
} |
087c7d
|
141 |
|
f52c93
|
142 |
#messagelist tbody tr.unroot td.subject |
T |
143 |
{ |
|
144 |
text-decoration: underline; |
|
145 |
} |
|
146 |
|
2e9730
|
147 |
#messageframe |
A |
148 |
{ |
|
149 |
width: expression((parseInt(this.parentNode.offsetWidth)-180)+'px'); |
ce06d3
|
150 |
overflow: hidden; |
2e9730
|
151 |
} |
A |
152 |
|
|
153 |
#countcontrols |
|
154 |
{ |
|
155 |
width: 24em; |
1cf86b
|
156 |
padding-right: 10px; |
2e9730
|
157 |
} |
A |
158 |
|
|
159 |
body.iframe |
|
160 |
{ |
|
161 |
width: expression((parseInt(document.documentElement.clientWidth))+'px'); |
|
162 |
} |
|
163 |
|
|
164 |
div.message-part pre, |
|
165 |
div.message-htmlpart pre, |
|
166 |
div.message-part div.pre |
|
167 |
{ |
|
168 |
word-wrap: break-word; |
|
169 |
} |
|
170 |
|
|
171 |
#addressscreen |
|
172 |
{ |
5e2014
|
173 |
width: expression((parseInt(document.documentElement.clientWidth)-245)+'px'); |
087c7d
|
174 |
height: expression((parseInt(document.documentElement.clientHeight)-105)+'px'); |
2e9730
|
175 |
} |
A |
176 |
|
|
177 |
#contacts-table |
|
178 |
{ |
|
179 |
width: expression(document.getElementById('addresslist').clientWidth); |
|
180 |
} |
|
181 |
|
|
182 |
#contacts-box, |
|
183 |
#prefs-box |
|
184 |
{ |
|
185 |
width: expression((parseInt(this.parentNode.offsetWidth)-555)+'px'); |
|
186 |
} |
|
187 |
|
|
188 |
#rcmdraglayer |
|
189 |
{ |
5800fb
|
190 |
filter: alpha(opacity=82); |
T |
191 |
padding-left: 20px; |
|
192 |
} |
|
193 |
|
|
194 |
div.draglayercopy |
|
195 |
{ |
|
196 |
border-color: #00cc00; |
|
197 |
background: url(images/messageactions.png) 0 -125px no-repeat #fff; |
|
198 |
} |
|
199 |
|
|
200 |
html.ie8 .draglayercopy:before |
|
201 |
{ |
|
202 |
content: ""; |
|
203 |
display: none; |
2e9730
|
204 |
} |
A |
205 |
|
f52c93
|
206 |
ul.toolbarmenu |
T |
207 |
{ |
|
208 |
margin: 0 0 -4px 0; |
|
209 |
} |
|
210 |
|
7bac9d
|
211 |
.popupmenu ul li, |
2e9730
|
212 |
ul.toolbarmenu li |
A |
213 |
{ |
|
214 |
min-width: auto; |
|
215 |
} |
|
216 |
|
7bac9d
|
217 |
.popupmenu ul li a, |
2e9730
|
218 |
ul.toolbarmenu li a |
A |
219 |
{ |
|
220 |
min-height: auto; |
|
221 |
} |
|
222 |
|
|
223 |
#console |
|
224 |
{ |
|
225 |
filter: alpha(opacity=80); |
8583d6
|
226 |
} |
144b84
|
227 |
|
A |
228 |
table.records-table thead tr td |
|
229 |
{ |
|
230 |
height: 19px; |
|
231 |
} |
f52c93
|
232 |
|
T |
233 |
#listmenu fieldset |
|
234 |
{ |
|
235 |
margin: 0 4px; |
|
236 |
padding: 0.8em; |
|
237 |
} |
ce06d3
|
238 |
|
A |
239 |
#listcontrols input |
|
240 |
{ |
|
241 |
margin-top: 2px; |
|
242 |
} |