alecpl
2009-04-27 1fb5874f276e9ce7731e8f166b19a371ce33b894
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
@@ -22,12 +24,6 @@
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
}
#messagetoolbar select.searchfilter
{
  position: relative;
  bottom: 10px;
}
#messagetoolbar select.mboxlist
@@ -53,7 +49,7 @@
  top: 32px;
  left: 90px;
  width: auto;
  visibility: hidden;
  display: none;
  background-color: #F9F9F9;
  border: 1px solid #CCC;
  padding: 1px;
@@ -89,6 +85,19 @@
ul.toolbarmenu li a.active:hover
{
  background-color: #ddd;
}
#searchfilter
{
  position: absolute;
  right: 18px;
  top: 8px;
  text-align: right;
}
#searchfilter label
{
  font-size: 11px;
}
#listcontrols a,
@@ -289,7 +298,6 @@
#mailboxlist
{
  position:relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
@@ -454,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
@@ -558,6 +566,11 @@
  vertical-align: middle;
}
#messagelist thead tr td.size
{
  text-align: left;
}
#messagelist tr td.from,
#messagelist tr td.to
{
@@ -640,7 +653,7 @@
{
  vertical-align: middle;
  margin-left: 4px;
  border: 1px solid #666666;
  border: 1px solid #999;
}
@@ -659,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
@@ -800,6 +819,8 @@
  color: #0000CC;
}
div.message-part pre,
div.message-htmlpart pre,
div.message-part div.pre
{
  margin: 0px;
@@ -898,12 +919,12 @@
{
  position: absolute;
  top: 90px;
  left: 200px;
  left: 190px;
  right: 25px;
  bottom: 30px;
  margin: 0px;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
  width: expression((parseInt(document.documentElement.clientWidth)-210)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-120)+'px');
}
@@ -995,6 +1016,12 @@
  overflow: hidden;
}
#compose-attachments ul li img
{
  padding-right: 2px;
  vertical-align: middle;
}
#attachment-title
{
  background: url(images/icons/attachment.png) top left no-repeat;