thomascube
2005-10-26 b076a460e5418ae8f0db0b4b392d91853fd2a21b
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,8 +73,8 @@
#messagecountbar
{
  position: absolute;
  top: 35px;
  right: 60px;
  top: 60px;
  right: 40px;
  width: 250px;
  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,11 +409,11 @@
#messageframe
{
  position: absolute;
  top: 70px;
  top: 85px;
  left: 200px;
  right: 40px;
  /* css hack for IE */
  margin-bottom: 50px;
  margin-bottom: 10px;
  width: expression(document.body.clientWidth-240);
}
@@ -467,7 +482,7 @@
{
  min-height: 300px;
  margin-top: 10px;
  margin-bottom: 50px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border-top: none;
@@ -526,10 +541,10 @@
#compose-container
{
  position: absolute;
  top: 70px;
  top: 90px;
  left: 200px;
  right: 40px;
  bottom: 60px;
  bottom: 20px;
  padding: 0px;
  margin: 0px;
  /* css hack for IE */