]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/iehacks.css
Imported Upstream version 0.5.4+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 #messagelist
121 {
122   width: inherit;
123   *width: auto; /* IE6/7 conditional hack */
124   border-collapse: collapse;
125 }
126
127 #messagelist thead tr td,
128 #messagelist tbody tr td
129 {
130   height: 18px;
131 }
132
133 #messagelist tbody tr.unroot td.subject
134 {
135   text-decoration: underline;
136 }
137
138 #messageframe
139 {
140   width: expression((parseInt(this.parentNode.offsetWidth)-180)+'px');
141   overflow: hidden;
142 }
143
144 #countcontrols
145 {
146   width: 24em;
147   padding-right: 10px;
148 }
149
150 body.iframe 
151 {
152   width: expression((parseInt(document.documentElement.clientWidth))+'px');
153 }
154
155 div.message-part pre,
156 div.message-htmlpart pre,
157 div.message-part div.pre
158 {
159   word-wrap: break-word;
160 }
161
162 #addressscreen
163 {
164   width: expression((parseInt(document.documentElement.clientWidth)-245)+'px');
165   height: expression((parseInt(document.documentElement.clientHeight)-105)+'px');
166 }
167
168 #directorylistbox
169 {
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 #folder-box
181 {
182   width: expression((parseInt(this.parentNode.offsetWidth)-555)+'px');
183   overflow: hidden;
184 }
185
186 #rcmdraglayer
187 {
188   filter: alpha(opacity=82);
189   padding-left: 20px;
190 }
191
192 div.draglayercopy
193 {
194   border-color: #00cc00;
195   background: url(images/messageactions.png) 0 -125px no-repeat #fff;
196 }
197
198 html.ie8 .draglayercopy:before
199 {
200   content: "";
201   display: none;
202 }
203
204 ul.toolbarmenu
205 {
206   margin: 0 0 -4px 0;
207 }
208
209 .popupmenu ul li,
210 ul.toolbarmenu li
211 {
212   min-width: auto;
213 }
214
215 .popupmenu ul li a,
216 ul.toolbarmenu li a
217 {
218   min-height: auto;
219 }
220
221 #console
222 {
223   filter: alpha(opacity=80);
224 }
225
226 table.records-table thead tr td
227 {
228   height: 19px;
229 }
230
231 #listmenu fieldset
232 {
233   margin: 0 4px;
234   padding: 0.8em;
235 }
236
237 #listcontrols input
238 {
239   margin-top: 2px;
240 }