alecpl
2009-10-19 efe93ad11610fcfd42c76a1cdddb07be00f8cf1b
skins/default/iehacks.css
@@ -8,6 +8,11 @@
  background-color: expression(this.type=='checkbox' || this.type=='radio' ? 'transparent' : '#ffffff');
}
#login-form form
{
  margin-top: 0;
}
.pagenav a.buttonPas
{
  filter: alpha(opacity=35);
@@ -64,6 +69,13 @@
{
  filter: alpha(opacity=35);
  background-image: url('images/mail_toolbar.gif');
}
#listcontrols a.buttonPas,
#mailboxcontrols a.buttonPas
{
  filter: alpha(opacity=35);
  background-image: url('images/mail_footer.png');
}
#messagetoolbar select.mboxlist
@@ -165,11 +177,6 @@
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
#attachment-list
{
  height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px');
}
#countcontrols
{
  width: 24em;
@@ -256,3 +263,13 @@
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
#countcontrols
{
  padding-right: 10px;
}
table.records-table thead tr td
{
  height: 19px;
}