alecpl
2010-06-30 3e58bf2062be1323d7c7c021d40255458e28e74d
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 #compose-headers td textarea,
165 #compose-headers td input
166 {
167   width: 99%;
168 }
169
170 div.message-part pre,
171 div.message-htmlpart pre,
172 div.message-part div.pre
173 {
174   word-wrap: break-word;
175 }
176
177 #addressscreen
178 {
5e2014 179   width: expression((parseInt(document.documentElement.clientWidth)-245)+'px');
087c7d 180   height: expression((parseInt(document.documentElement.clientHeight)-105)+'px');
2e9730 181 }
A 182
183 #contacts-table
184 {
185   width: expression(document.getElementById('addresslist').clientWidth);
186 }
187
188 #contacts-box,
189 #prefs-box
190 {
191   width: expression((parseInt(this.parentNode.offsetWidth)-555)+'px');
192 }
193
194 #rcmdraglayer
195 {
5800fb 196   filter: alpha(opacity=82);
T 197   padding-left: 20px;
198 }
199
200 div.draglayercopy
201 {
202   border-color: #00cc00;
203   background: url(images/messageactions.png) 0 -125px no-repeat #fff;
204 }
205
206 html.ie8 .draglayercopy:before
207 {
208   content: "";
209   display: none;
2e9730 210 }
A 211
f52c93 212 ul.toolbarmenu
T 213 {
214   margin: 0 0 -4px 0;
215 }
216
7bac9d 217 .popupmenu ul li,
2e9730 218 ul.toolbarmenu li
A 219 {
220   min-width: auto;
221 }
222
7bac9d 223 .popupmenu ul li a,
2e9730 224 ul.toolbarmenu li a
A 225 {
226   min-height: auto;
227 }
228
229 #console
230 {
231   filter: alpha(opacity=80);
8583d6 232 }
144b84 233
A 234 table.records-table thead tr td
235 {
236   height: 19px;
237 }
f52c93 238
T 239 #listmenu fieldset
240 {
241   margin: 0 4px;
242   padding: 0.8em;
243 }
ce06d3 244
A 245 #listcontrols input
246 {
247   margin-top: 2px;
248 }