thomascube
2005-11-02 6a35c82a3ca43546198361aefdea94b04ecb5457
skins/default/mail.css
@@ -4,7 +4,7 @@
#messagetoolbar
{
  position: absolute;
  top: 20px;
  top: 45px;
  left: 200px;
  right: 250px;
  height: 35px;
@@ -44,7 +44,7 @@
{
  position: absolute;
  left: 200px;
  bottom: 60px;
  bottom: 20px;
  height: 16px;
  width: 400px;
}
@@ -73,9 +73,9 @@
#messagecountbar
{
  position: absolute;
  top: 35px;
  right: 60px;
  width: 250px;
  top: 60px;
  right: 40px;
  width: 200px;
  height: 20px;
  text-align: right;
}
@@ -98,16 +98,16 @@
#mailcontframe
{
  position: absolute;
  top: 60px;
  top: 85px;
  left: 200px;
  right: 40px;
  bottom: 80px;
  bottom: 40px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  overflow: auto;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-140)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
@@ -160,7 +160,7 @@
#mailboxlist-header
{
  position: absolute;
  top: 80px;
  top: 85px;
  left: 20px;
  width: 140px !important;
/*  width: 162px; */
@@ -174,17 +174,26 @@
  font-weight: bold;  
}
#mailboxlist
#mailboxlist-container
{
  position: absolute;
  top: 100px;
  top: 105px;
  left: 20px;
  width: 160px;
  bottom: 40px;
  border: 1px solid #CCCCCC;
  background-color: #F9F9F9;
  overflow: auto;
  /* css hack for IE */
  height: expression((parseInt(document.documentElement.clientHeight)-145)+'px');
}
#mailboxlist
{
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  border: 1px solid #CCCCCC;
  background-color: #F9F9F9;
  list-style-image: none;
  list-style-type: none;
  overflow: hidden;
@@ -316,6 +325,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;
@@ -394,12 +409,17 @@
#messageframe
{
  position: absolute;
  top: 70px;
  top: 85px;
  left: 200px;
  right: 40px;
  bottom: 40px;
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
  overflow: auto;
  /* css hack for IE */
  margin-bottom: 50px;
  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
@@ -418,10 +438,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;
}
@@ -466,18 +487,15 @@
#messagebody
{
  min-height: 300px;
  margin-top: 10px;
  margin-bottom: 50px;
  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;
}
@@ -498,8 +516,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
@@ -526,15 +544,15 @@
#compose-container
{
  position: absolute;
  top: 70px;
  top: 90px;
  left: 200px;
  right: 40px;
  bottom: 60px;
  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');
}
/*
@@ -620,10 +638,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;
}