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