alecpl
2010-06-10 93e3ae138586c3c0a8a02b09abbc3d660e7d31fa
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
/* CSS hacks for IE versions 5,6 */
 
#taskbar
{
  background: url(images/taskbar.gif) top right no-repeat;
}
 
img
{
  behavior: url(skins/default/pngbehavior.htc);
}
 
#header img
{
  width: 178px;
  height: 47px;
}
 
#message div.notice,
#message div.error,
#message div.warning,
#message div.confirmation,
#remote-objects-message
{
  background-image: url(images/display/icons.gif);
}
 
#messagemenu li a,
#messagelist tr td div.expanded,
#messagelist tr td div.collapsed
{
  background-image: url(images/messageactions.gif);
}
 
#mailboxlist li
{
  background-image: url(images/icons/folders.gif);
}
 
#attachment-list
{
  height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px');
}
 
#messagetoolbar a
{
  display: block;
  float: left;
  padding-right: 10px;
}
 
#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%;
}
 
.boxtitle,
#directorylist li a
{
  width: auto;
}
 
.boxlistcontent
{
  height: expression((parseInt(this.parentNode.offsetHeight)-42)+'px');
  width: 100%;
}