alecpl
2008-09-29 bf2f39ea6d2b49c7495a43cca19ab18f27f8292e
skins/default/mail.css
@@ -52,6 +52,7 @@
  border: 1px solid #CCC;
  padding: 1px;
  opacity: 0.9;
  filter:alpha(opacity=90);
  z-index: 240;
}
@@ -439,10 +440,6 @@
  width: expression(parseInt(document.getElementById('mailcontframe').clientWidth)+'px');
}
/* safari hack \*/
html>body*#messagelist[id$="messagelist"]:not([class="none"]) { table-layout: auto; }
/**/
#messagelist thead tr td
{
  height: 20px;
@@ -503,6 +500,11 @@
  text-decoration: none;
  white-space: nowrap;
  cursor: inherit;
}
#messagelist tbody tr td.subject a
{
  cursor: default;
}
#messagelist col
@@ -597,6 +599,12 @@
  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
{
@@ -619,6 +627,21 @@
{
  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');
}
#printmessageframe
{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
@@ -632,6 +655,7 @@
div.messageheaderbox
{
  position: relative;
  margin: 6px 8px 0px 8px;
  border: 1px solid #ccc;
}
@@ -651,6 +675,11 @@
  border: 1px solid #ccc;
}
#messageframe table.headers-table
{
  border-bottom: 1px solid #ccc;
}
table.headers-table tr td
{
  font-size: 11px;
@@ -659,7 +688,7 @@
table.headers-table td.header-title
{
  width: 85px;
  width: 80px;
  color: #666666;
  font-weight: bold;
  text-align: right;
@@ -727,7 +756,6 @@
#messagebody
{
  position:relative;
  min-height: 300px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
}
@@ -756,6 +784,8 @@
  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) */
}
@@ -813,6 +843,15 @@
  color: #333333;
}
#messageviewlink
{
  position: absolute;
  top: 1px;
  right: 1px;
  width: 15px;
  height: 15px;
  border: 0;
}
/** message compose styles */
@@ -978,19 +1017,26 @@
  margin-top: 4px;
}
.more-headers
table.headers-table tr td.more-headers
{
  cursor: pointer;
  width: 100%;
  height: 6px;
  height: 8px;
  border-bottom: 0;
}
.show-headers
table.headers-table tr td.all
{
  padding: 2px 6px 4px 6px;
  border-bottom: 0;
}
td.show-headers
{
  background: url(images/icons/down_small.gif) no-repeat center;
}
.hide-headers
td.hide-headers
{
  background: url(images/icons/up_small.gif) no-repeat center;
}
@@ -1004,7 +1050,7 @@
#headers-source
{
  margin: 0 5px;
  width: 100%;
  padding: 0.5em;
  height: 145px;
  background: white;
  overflow: auto;
@@ -1013,7 +1059,7 @@
  border: 1px solid #999999;
  display: none;
  text-align: left;
  color: #666666;
  color: #333;
}
font.bold