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