alecpl
2009-04-27 1fb5874f276e9ce7731e8f166b19a371ce33b894
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
@@ -47,7 +49,7 @@
  top: 32px;
  left: 90px;
  width: auto;
  visibility: hidden;
  display: none;
  background-color: #F9F9F9;
  border: 1px solid #CCC;
  padding: 1px;
@@ -83,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,
@@ -283,7 +298,6 @@
#mailboxlist
{
  position:relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
@@ -448,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
@@ -552,6 +566,11 @@
  vertical-align: middle;
}
#messagelist thead tr td.size
{
  text-align: left;
}
#messagelist tr td.from,
#messagelist tr td.to
{
@@ -634,7 +653,7 @@
{
  vertical-align: middle;
  margin-left: 4px;
  border: 1px solid #666666;
  border: 1px solid #999;
}
@@ -655,6 +674,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 +697,6 @@
div.messageheaderbox
{
  position: relative;
  margin: 6px 8px 0px 8px;
  border: 1px solid #ccc;
}
@@ -795,6 +819,8 @@
  color: #0000CC;
}
div.message-part pre,
div.message-htmlpart pre,
div.message-part div.pre
{
  margin: 0px;
@@ -831,6 +857,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 +895,8 @@
#messageviewlink
{
  position: absolute;
  top: 1px;
  right: 1px;
  top: 8px;
  right: 10px;
  width: 15px;
  height: 15px;
  border: 0;
@@ -887,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');
}
@@ -984,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;