]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/iehacks.css
Imported Upstream version 0.5.2+dfsg
[roundcube.git] / skins / default / iehacks.css
1
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
10 #login-form form
11 {
12   margin-top: 0;
13 }
14
15 .pagenav a.buttonPas
16 {
17   filter: alpha(opacity=35);
18 }
19
20 #message
21 {
22   filter: alpha(opacity=85);
23 }
24
25 .popupmenu
26 {
27   background-color: #ffffff;
28 }
29
30 #tabsbar
31 {
32   width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
33 }
34
35 #mainscreen
36 {
37   width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
38   height: expression((parseInt(document.documentElement.clientHeight)-105)+'px');
39 }
40
41 #messagetoolbar
42 {
43   width: expression((parseInt(document.documentElement.clientWidth)-215)+'px');
44   z-index: 240;
45 }
46
47 #messagetoolbar select.mboxlist
48 {
49   margin: 0 8px;
50   top: 8px;
51 }
52
53 #abooktoolbar a.buttonPas
54 {
55   filter: alpha(opacity=35);
56   background-image: url(images/abook_toolbar.gif);
57 }
58
59 #messagetoolbar a.buttonPas
60 {
61   filter: alpha(opacity=35);
62   background-image: url(images/mail_toolbar.gif);
63 }
64
65 #listcontrols a.buttonPas
66 {
67   filter: alpha(opacity=35);
68 }
69
70 #quicksearchbar
71 {
72   z-index: 250;
73 }
74
75 #addresslist,
76 #sectionslist,
77 #identities-list,
78 #mailleftcontainer,
79 #mailrightcontainer,
80 #compose-container,
81 #compose-attachments,
82 #mailcontframe,
83 #mailboxlist-container,
84 #mailrightcontent,
85 #messageframe,
86 #identity-details,
87 #contacts-box,
88 #prefs-box,
89 #folder-box
90 {
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');
102   height: expression((parseInt(document.documentElement.clientHeight)-90)+'px');
103 }
104
105 #mailrightcontent
106 {
107   width: 100%;
108 }
109
110 #compose-div
111 {
112   height: expression((parseInt(this.parentNode.offsetHeight)-1-parseInt(document.getElementById('compose-headers').offsetHeight))+'px');
113 }
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
132 #messagelist thead tr td,
133 #messagelist tbody tr td
134 {
135   height: 18px;
136 }
137
138 #messagelist tbody tr.unroot td.subject
139 {
140   text-decoration: underline;
141 }
142
143 #messageframe
144 {
145   width: expression((parseInt(this.parentNode.offsetWidth)-180)+'px');
146   overflow: hidden;
147 }
148
149 #countcontrols
150 {
151   width: 24em;
152   padding-right: 10px;
153 }
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 {
169   width: expression((parseInt(document.documentElement.clientWidth)-245)+'px');
170   height: expression((parseInt(document.documentElement.clientHeight)-105)+'px');
171 }
172
173 #directorylistbox
174 {
175   height: expression((parseInt(document.documentElement.clientHeight)-105)+'px');
176 }
177
178 #contacts-table
179 {
180   width: expression(document.getElementById('addresslist').clientWidth);
181 }
182
183 #contacts-box,
184 #prefs-box
185 {
186   width: expression((parseInt(this.parentNode.offsetWidth)-555)+'px');
187 }
188
189 #rcmdraglayer
190 {
191   filter: alpha(opacity=82);
192   padding-left: 20px;
193 }
194
195 div.draglayercopy
196 {
197   border-color: #00cc00;
198   background: url(images/messageactions.png) 0 -125px no-repeat #fff;
199 }
200
201 html.ie8 .draglayercopy:before
202 {
203   content: "";
204   display: none;
205 }
206
207 ul.toolbarmenu
208 {
209   margin: 0 0 -4px 0;
210 }
211
212 .popupmenu ul li,
213 ul.toolbarmenu li
214 {
215   min-width: auto;
216 }
217
218 .popupmenu ul li a,
219 ul.toolbarmenu li a
220 {
221   min-height: auto;
222 }
223
224 #console
225 {
226   filter: alpha(opacity=80);
227 }
228
229 table.records-table thead tr td
230 {
231   height: 19px;
232 }
233
234 #listmenu fieldset
235 {
236   margin: 0 4px;
237   padding: 0.8em;
238 }
239
240 #listcontrols input
241 {
242   margin-top: 2px;
243 }