summaryrefslogtreecommitdiff
path: root/skins/classic/ie6hacks.css
blob: a431ee45e72342c323cd8d27c8dc9bafd0d9df48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
/* CSS hacks for IE versions 5,6 */

#taskbar
{
  background: url(images/taskbar.gif) top right no-repeat;
  width: expression((parseInt(document.documentElement.clientWidth)-250)+'px');
}

img
{
  behavior: url(skins/classic/pngbehavior.htc);
}

#logo
{
  width: 178px;
  height: 47px;
}

body > #message div.notice,
body > #message div.error,
body > #message div.warning,
body > #message div.confirmation,
#message-objects div.notice,
#message-objects div.error,
#message-objects div.warning,
#message-objects div.confirmation
{
  background-image: url(images/display/icons.gif);
}

#messagemenu li a
{
  background-image: url(images/messageactions.gif);
}

#mailboxlist li
{
  background-image: url(images/icons/folders.gif);
}

#messagetoolbar a
{
  display: block;
  float: left;
  padding-right: 10px;
}

.boxfooter a.button,
.boxfooter a.buttonPas
{
  background-image: url(images/icons/groupactions.gif);
}

.pagenav
{
  width: 250px;
}

.pagenav a.button,
.pagenav a.buttonPas
{
  background-image: url(images/pagenav.gif);
}

#listcontrols a.button,
#listcontrols a.buttonPas {
  background-image: url(images/mail_footer.gif);
}

#messagetoolbar a.button,
#messagetoolbar a.buttonPas {
  background-image: url(images/mail_toolbar.gif);
}

#abooktoolbar a.button,
#abooktoolbar a.buttonPas,
#abooktoolbar span.separator {
  background-image: url(images/abook_toolbar.gif);
}

ul.toolbarmenu li a,
.popupmenu li a
{
  clear: left;
  height: expression(Math.min(14, parseInt(document.documentElement.clientHeight))+'px');
  width: expression(Math.min(130, parseInt(document.documentElement.clientWidth))+'px');
}

ul.toolbarmenu li.separator_below
{
  padding-bottom: 3px;
}

.boxfooter
{
  width: 100%;
  bottom: -1px;
}

.boxtitle,
#directorylist li a
{
  width: auto;
}

#directorylist li
{
  background-image: url(images/icons/folders.gif);
}

.boxlistcontent
{
  top: 21px;
  height: expression((parseInt(this.parentNode.offsetHeight)-24-parseInt(this.style.top?this.style.top:21))+'px');
}

#compose-div .boxlistcontent
{
  height: expression((parseInt(this.parentNode.offsetHeight)-23-parseInt(this.style.top?this.style.top:21))+'px');
}

#compose-body-div
{
  height: expression(parseInt(this.parentNode.offsetHeight)+'px');
}

#folder-manager
{
  height: expression((parseInt(document.documentElement.clientHeight)-105)+'px');
}

#messagelist tr td div.collapsed,
#messagelist tr td div.expanded,
#messagelist tr td.threads div.listmenu,
#messagelist tr td.attachment span.attachment,
#messagelist tr td.attachment span.report,
#messagelist tr td.priority span.priority,
#messagelist tr td.priority span.prio1,
#messagelist tr td.priority span.prio2,
#messagelist tr td.priority span.prio3,
#messagelist tr td.priority span.prio4,
#messagelist tr td.priority span.prio5,
#messagelist tr td.flag span.flagged,
#messagelist tr td.flag span.unflagged:hover,
#messagelist tr td.status span.status,
#messagelist tr td.status span.msgicon,
#messagelist tr td.status span.deleted,
#messagelist tr td.status span.unread,
#messagelist tr td.status span.unreadchildren,
#messagelist tr td.subject span.msgicon,
#messagelist tr td.subject span.deleted,
#messagelist tr td.subject span.unread,
#messagelist tr td.subject span.replied,
#messagelist tr td.subject span.forwarded,
#messagelist tr td.subject span.unreadchildren
{
  background-image: url(images/messageicons.gif);
}

#messagelist tr td div.collapsed,
#messagelist tr td div.expanded {
	background-color: #fff;
}

body.iframe .boxtitle
{
  position: absolute;
}

#subscription-table
{
  width: auto;
}

#sourcename
{
  zoom: 1;
}

#abookactions a
{
  background-image: url("images/icons/groupactions.gif");
}