alecpl
2009-01-05 6af3fa8d2ceeaa4a8d76552aeb15f5ab9b129bbd
skins/default/mail.css
@@ -10,6 +10,8 @@
  height: 35px;
  white-space: nowrap;
/*  border: 1px solid #cccccc; */
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-400)+'px');
}
#messagetoolbar a
@@ -89,8 +91,7 @@
{
  position: absolute;
  right: 18px;
  bottom: 7px;
  width: 240px;
  top: 8px;
  text-align: right;
}
@@ -297,7 +298,6 @@
#mailboxlist
{
  position:relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
@@ -462,7 +462,7 @@
  display: table;
  table-layout: fixed;
  /* css hack for IE */
  width: expression(parseInt(document.getElementById('mailcontframe').clientWidth)+'px');
  width: expression('auto');
}
#messagelist thead tr td
@@ -566,6 +566,11 @@
  vertical-align: middle;
}
#messagelist thead tr td.size
{
  text-align: left;
}
#messagelist tr td.from,
#messagelist tr td.to
{
@@ -648,7 +653,7 @@
{
  vertical-align: middle;
  margin-left: 4px;
  border: 1px solid #666666;
  border: 1px solid #999;
}
@@ -667,6 +672,12 @@
  /* css hack for IE */
  width: expression((parseInt(this.parentNode.offsetWidth)-170)+'px');
  height: expression((parseInt(this.parentNode.offsetHeight))+'px');
}
#messagecanvas
{
  /* css hack for IE */
  width: expression((parseInt(this.parentNode.offsetWidth)-20)+'px');
}
#printmessageframe
@@ -808,6 +819,7 @@
  color: #0000CC;
}
div.message-part pre,
div.message-part div.pre
{
  margin: 0px;