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