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,24 +174,35 @@
  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;
  white-space: nowrap;
}
#mailboxlist li
{
  height: 18px;
 /* height: 18px; */
  font-size: 11px;
  background: url(images/icons/folder-closed.png) no-repeat;
  background-position: 10px 1px;
@@ -241,13 +252,44 @@
#mailboxlist li.selected
{
  background-color: #929292;
  border-bottom: 1px solid #898989;
  border-bottom: 1px solid #898989;
}
#mailboxlist li.selected a
{
  color: #FFF;
  font-weight: bold;
}
/* styles for nested folders */
#mailboxlist ul {
  list-style: none;
  padding: 0;
  margin:0;
  border-top: 1px solid #EBEBEB;
}
#mailboxlist ul li {
  padding-left: 15px;
  background-position: 25px 1px;
}
#mailboxlist li.selected li {
  background-color: #F9F9F9;
}
#mailboxlist li.unread li {
  font-weight: normal;
}
#mailboxlist li.unread li.unread {
  font-weight: bold;
}
#mailboxlist li.selected li a{
  color: black;
  font-weight: normal;
}
@@ -281,6 +323,12 @@
  background-image: url(images/listheader_aqua.gif); 
  font-size: 11px;
  font-weight: bold;
}
#messagelist thead tr td.sortedASC,
#messagelist thead tr td.sortedDESC
{
  background-image: url(images/listheader_dark.gif);
}
#messagelist tbody tr td
@@ -361,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);
}
@@ -434,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;
@@ -493,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 */