alecpl
2008-12-09 de2e0bfeb8bf6884ae4185b94d495a55322348ae
skins/default/mail.css
@@ -4,12 +4,14 @@
#messagetoolbar
{
  position: absolute;
  top: 45px;
  top: 47px;
  left: 200px;
  right: 200px;
  height: 35px;
  white-space: nowrap;
/*  border: 1px solid #cccccc; */
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-400)+'px');
}
#messagetoolbar a
@@ -28,7 +30,7 @@
{
  position: absolute;
  left: 375px;
  top: 10px;
  top: 8px;
}
#messagetoolbar select.mboxlist option
@@ -83,6 +85,20 @@
ul.toolbarmenu li a.active:hover
{
  background-color: #ddd;
}
#searchfilter
{
  position: absolute;
  right: 18px;
  top: 8px;
  width: 240px;
  text-align: right;
}
#searchfilter label
{
  font-size: 11px;
}
#listcontrols a,
@@ -283,7 +299,6 @@
#mailboxlist
{
  position:relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
@@ -448,7 +463,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
@@ -634,7 +649,7 @@
{
  vertical-align: middle;
  margin-left: 4px;
  border: 1px solid #666666;
  border: 1px solid #999;
}
@@ -655,6 +670,12 @@
  height: expression((parseInt(this.parentNode.offsetHeight))+'px');
}
#messagecanvas
{
  /* css hack for IE */
  width: expression((parseInt(this.parentNode.offsetWidth)-20)+'px');
}
#printmessageframe
{
  position: absolute;
@@ -672,7 +693,6 @@
div.messageheaderbox
{
  position: relative;
  margin: 6px 8px 0px 8px;
  border: 1px solid #ccc;
}
@@ -831,6 +851,12 @@
  border-right: 2px solid #bb0000;
}
body.iframe
{
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth))+'px');
}
body.iframe div.message-htmlpart
{
  margin: 8px;
@@ -863,8 +889,8 @@
#messageviewlink
{
  position: absolute;
  top: 1px;
  right: 1px;
  top: 8px;
  right: 10px;
  width: 15px;
  height: 15px;
  border: 0;