]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/iehacks.css
Imported Upstream version 0.5.1
[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 #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 {
186   filter: alpha(opacity=82);
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;
200 }
201
202 ul.toolbarmenu
203 {
204   margin: 0 0 -4px 0;
205 }
206
207 .popupmenu ul li,
208 ul.toolbarmenu li
209 {
210   min-width: auto;
211 }
212
213 .popupmenu ul li a,
214 ul.toolbarmenu li a
215 {
216   min-height: auto;
217 }
218
219 #console
220 {
221   filter: alpha(opacity=80);
222 }
223
224 table.records-table thead tr td
225 {
226   height: 19px;
227 }
228
229 #listmenu fieldset
230 {
231   margin: 0 4px;
232   padding: 0.8em;
233 }
234
235 #listcontrols input
236 {
237   margin-top: 2px;
238 }
239
240 #directorylistbox div
241 {
242   min-height: 0;
243 }