alecpl
2008-12-11 bfcef678a8d8e65b62e65f7b48be4b99557f44cb
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
@@ -85,13 +87,17 @@
  background-color: #ddd;
}
#listcontrols
#searchfilter
{
  position: absolute;
  left: 200px;
  bottom: 20px;
  height: 16px;
  width: 500px;
  right: 18px;
  top: 8px;
  width: 240px;
  text-align: right;
}
#searchfilter label
{
  font-size: 11px;
}
@@ -128,6 +134,12 @@
#mailboxcontrols a.active:hover
{
  text-decoration: underline;
}
#listcontrols,
#mailboxcontrols
{
  padding-right: 2em;
}
#messagecountbar
@@ -287,7 +299,6 @@
#mailboxlist
{
  position:relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
@@ -411,14 +422,29 @@
}
#mailboxcontrols
#mailfooter
{
  position: absolute;
  left: 20px;
  width: 185px;
  bottom: 20px;
  height: 16px;
  overflow: hidden;
  right: 20px;
  bottom: 18px;
  height: 20px;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
}
#mailfooter table tr td
{
  white-space: nowrap;
  vertical-align: bottom;
}
#mailboxcontrols,
#listcontrols,
#countcontrols,
#quotabox
{
  white-space: nowrap;
  font-size: 11px;
}
@@ -437,13 +463,8 @@
  display: table;
  table-layout: fixed;
  /* css hack for IE */
  width: expression(parseInt(document.getElementById('mailcontframe').clientWidth)+'px');
  width: expression('auto');
}
/* safari hack \*/
html>body*#messagelist[id$="messagelist"]:not([class="none"]) { width: 99%; }
html>body*input[type$="file"]:not([class="none"]) { background-color: transparent; border:0; }
/**/
#messagelist thead tr td
{
@@ -527,6 +548,12 @@
  cursor: pointer;
}
#messagelist tbody tr td.flag img:hover,
#messagelist thead tr td.flag img
{
  background: url(images/icons/unflagged.png) center no-repeat;
}
#messagelist tr td.subject
{
  overflow: hidden;
@@ -538,6 +565,11 @@
  width: 70px;
  text-align: right;
  vertical-align: middle;
}
#messagelist thead tr td.size
{
  text-align: left;
}
#messagelist tr td.from,
@@ -571,6 +603,12 @@
  background-color: #FFFFFF;
}
#messagelist tr.flagged td,
#messagelist tr.flagged td a
{
  color: #CC0000;
}
#messagelist tr.selected td
{
  color: #FFFFFF;
@@ -593,17 +631,18 @@
  color: #FFFFFF;
}
#messagelist tr.deleted td a
{
  color: #CCCCCC;
}
#messagelist tr.deleted td,
#messagelist tr.deleted td a
{
  color: #CCCCCC;
}
/* safari hacks \*/
html>body*#messagelist[id$="messagelist"]:not([class="none"]) { width: 99.8%; }
html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.flag,
html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.icon { width: 20px; }
html>body*input[type$="file"]:not([class="none"]) { background-color: transparent; border: 0; }
/**/
#quotadisplay
{
@@ -615,12 +654,11 @@
{
  vertical-align: middle;
  margin-left: 4px;
  border: 1px solid #666666;
  border: 1px solid #999;
}
/** message view styles */
#messageframe
{
@@ -635,6 +673,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
@@ -654,7 +698,6 @@
div.messageheaderbox
{
  position: relative;
  margin: 6px 8px 0px 8px;
  border: 1px solid #ccc;
}
@@ -813,6 +856,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;
@@ -845,8 +894,8 @@
#messageviewlink
{
  position: absolute;
  top: 1px;
  right: 1px;
  top: 8px;
  right: 10px;
  width: 15px;
  height: 15px;
  border: 0;
@@ -863,7 +912,6 @@
#receipt-selector
{
  padding-left: 30px;
  white-space: nowrap;
}
#compose-container
@@ -873,44 +921,25 @@
  left: 200px;
  right: 25px;
  bottom: 30px;
  padding: 0px;
  margin: 0px;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-130)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-120)+'px');
}
/*
#compose-headers
#compose-div
{
  position: absolute;
  top: 70px;
  left: 200px;
  height: 84px;
  border-top: 1px solid #cccccc;
  overflow: auto;
  top: 110px;
  bottom: 40px;
  width: 100%;
  vertical-align: top;
}
#compose-headers td
{
  padding-top: 1px;
  padding-bottom: 1px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
*/
#compose-headers
{
  width: 100%;
}
/*
#compose-headers td
{
  width: 100%;
}
*/
#compose-headers td.top
{
@@ -950,10 +979,8 @@
#compose-body
{
  margin-top: 5px;
  margin-bottom: 10px;
  height: 90%;
  min-height: 280px;
  min-height: 100px;
  height: 100%;
  font-size: 9pt;
  font-family: "Courier New", Courier, monospace;
}