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,11 +49,12 @@
  top: 32px;
  left: 90px;
  width: auto;
  visibility: hidden;
  display: none;
  background-color: #F9F9F9;
  border: 1px solid #CCC;
  padding: 1px;
  opacity: 0.9;
  filter:alpha(opacity=90);
  z-index: 240;
}
@@ -84,13 +87,16 @@
  background-color: #ddd;
}
#listcontrols
#searchfilter
{
  position: absolute;
  left: 200px;
  bottom: 20px;
  height: 16px;
  width: 500px;
  right: 18px;
  top: 8px;
  text-align: right;
}
#searchfilter label
{
  font-size: 11px;
}
@@ -127,6 +133,12 @@
#mailboxcontrols a.active:hover
{
  text-decoration: underline;
}
#listcontrols,
#mailboxcontrols
{
  padding-right: 2em;
}
#messagecountbar
@@ -286,7 +298,6 @@
#mailboxlist
{
  position:relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
@@ -410,14 +421,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;
}
@@ -436,12 +462,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"]) { table-layout: auto; }
/**/
#messagelist thead tr td
{
@@ -505,6 +527,11 @@
  cursor: inherit;
}
#messagelist tbody tr td.subject a
{
  cursor: default;
}
#messagelist col
{
  display: table-column;
@@ -520,6 +547,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;
@@ -531,6 +564,11 @@
  width: 70px;
  text-align: right;
  vertical-align: middle;
}
#messagelist thead tr td.size
{
  text-align: left;
}
#messagelist tr td.from,
@@ -564,6 +602,12 @@
  background-color: #FFFFFF;
}
#messagelist tr.flagged td,
#messagelist tr.flagged td a
{
  color: #CC0000;
}
#messagelist tr.selected td
{
  color: #FFFFFF;
@@ -586,17 +630,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
{
@@ -608,14 +653,34 @@
{
  vertical-align: middle;
  margin-left: 4px;
  border: 1px solid #666666;
  border: 1px solid #999;
}
/** message view styles */
#messageframe
{
  position: absolute;
  top: 0px;
  left: 170px;
  right: 0px;
  bottom: 0px;
  border: 1px solid #999;
  background-color: #FFF;
  overflow: auto;
  /* 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
{
  position: absolute;
  top: 0px;
@@ -632,7 +697,6 @@
div.messageheaderbox
{
  position: relative;
  margin: 6px 8px 0px 8px;
  border: 1px solid #ccc;
}
@@ -665,7 +729,7 @@
table.headers-table td.header-title
{
  width: 85px;
  width: 80px;
  color: #666666;
  font-weight: bold;
  text-align: right;
@@ -733,7 +797,6 @@
#messagebody
{
  position:relative;
  min-height: 300px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
}
@@ -756,12 +819,16 @@
  color: #0000CC;
}
div.message-part pre,
div.message-htmlpart pre,
div.message-part div.pre
{
  margin: 0px;
  padding: 0px;
  font-family: monospace;
  white-space: -moz-pre-wrap !important;
  white-space: -o-pre-wrap !important;
  white-space: pre-wrap !important;
  white-space: pre;
  word-wrap: break-word; /* IE (and Safari) */
}
@@ -788,6 +855,12 @@
  color: #990000;
  border-left: 2px solid #bb0000;
  border-right: 2px solid #bb0000;
}
body.iframe
{
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth))+'px');
}
body.iframe div.message-htmlpart
@@ -822,8 +895,8 @@
#messageviewlink
{
  position: absolute;
  top: 1px;
  right: 1px;
  top: 8px;
  right: 10px;
  width: 15px;
  height: 15px;
  border: 0;
@@ -840,54 +913,34 @@
#receipt-selector
{
  padding-left: 30px;
  white-space: nowrap;
}
#compose-container
{
  position: absolute;
  top: 90px;
  left: 200px;
  left: 190px;
  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');
  width: expression((parseInt(document.documentElement.clientWidth)-210)+'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
{
@@ -927,10 +980,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;
}
@@ -965,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;