thomascube
2005-11-18 4b0f65a597c8339b513bc44e16a95f3803c26369
skins/default/mail.css
@@ -26,7 +26,7 @@
#messagetoolbar select.mboxlist
{
  position: absolute;
  left: 300px;
  left: 335px;
  top: 10px;
}
@@ -75,7 +75,7 @@
  position: absolute;
  top: 60px;
  right: 40px;
  width: 250px;
  width: 200px;
  height: 20px;
  text-align: right;
}
@@ -304,6 +304,7 @@
#messagelist
{
  width: 100%;
  display: table;
  table-layout: fixed;
  /* css hack for IE */
  width: expression(document.getElementById('mailcontframe').clientWidth);
@@ -325,6 +326,12 @@
  font-weight: bold;
}
#messagelist thead tr td.sortedASC,
#messagelist thead tr td.sortedDESC
{
  background-image: url(images/listheader_dark.gif);
}
#messagelist tbody tr td
{
  height: 16px !important;
@@ -332,9 +339,17 @@
  padding: 2px;
  padding-right: 4px;
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #EBEBEB;
  cursor: pointer;
}
#messagelist col
{
  display: table-column;
  text-align: left;
}
#messagelist tr td.icon
@@ -345,7 +360,6 @@
#messagelist tr td.subject
{
  overflow: hidden;
  text-align: left;
}
#messagelist tr td.size
@@ -358,7 +372,6 @@
#messagelist tr td.to
{
  width: 180px;
  overflow: hidden;
}
#messagelist tr td.date
@@ -406,9 +419,14 @@
  top: 85px;
  left: 200px;
  right: 40px;
  bottom: 40px;
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
  overflow: auto;
  /* css hack for IE */
  margin-bottom: 10px;
  width: expression(document.body.clientWidth-240);
  /* margin-bottom: 10px; */
  width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
table.headers-table
@@ -427,10 +445,11 @@
table.headers-table td.header-title
{
  width: 70px;
  width: 80px;
  color: #666666;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
  padding-right: 4px;
}
@@ -475,18 +494,15 @@
#messagebody
{
  min-height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border-top: none;
}
div.message-part
{
  padding: 8px;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
  overflow: hidden;
}
@@ -507,8 +523,8 @@
  display: none;
  height: 20px;
  min-height: 20px;
  margin: 8px 8px 0px 8px;
  padding: 10px 10px 6px 46px;  
  margin-top: 8px;
}
#remote-objects-message a
@@ -538,12 +554,12 @@
  top: 90px;
  left: 200px;
  right: 40px;
  bottom: 20px;
  bottom: 40px;
  padding: 0px;
  margin: 0px;
  /* css hack for IE */
  width: expression(document.documentElement.clientWidth-240);
  /* height: expression((parseInt(document.documentElement.clientHeight)-130)+'px'); */
  height: expression((parseInt(document.documentElement.clientHeight)-130)+'px');
}
/*
@@ -629,10 +645,10 @@
#compose-body
{
  margin-top: 10px;
  width: 100% !important;
  width: 99% !important;
  width: 95%;
  height: 95%;
  min-height: 400px;
  min-height: 300px;
  font-size: 9pt;
  font-family: "Courier New", Courier, monospace;
}