thomascube
2007-05-18 006d4392871874365f08265fb091fc41e2870a8e
skins/default/mail.css
@@ -194,7 +194,7 @@
  position: absolute;
  top: 85px;
  left: 20px;
  width: 140px !important;
  width: 145px !important;
/*  width: 162px; */
  height: 13px;
  padding: 3px 10px 2px 10px;
@@ -211,7 +211,7 @@
  position: absolute;
  top: 105px;
  left: 20px;
  width: 160px;
  width: 165px;
  bottom: 40px;
  border: 1px solid #CCCCCC;
  background-color: #F9F9F9;
@@ -395,8 +395,7 @@
  background: url(images/sort_desc.gif) top right no-repeat;
}
#messagelist thead tr td a,
#messagelist thead tr td a:hover
#messagelist thead tr td a
{
  display: block;
  width: auto !important;
@@ -416,6 +415,12 @@
  text-overflow: ellipsis;
  border-bottom: 1px solid #EBEBEB;
  cursor: pointer;
}
#messagelist tbody tr td a
{
  color: #000;
  text-decoration: none;
}
#messagelist col
@@ -477,29 +482,27 @@
#messagelist tr.selected td
{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #CC3333;
}
#messagelist tr.unfocused td
{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #929292;
}
#messagelist tr.selected td a.rcmContactAddress
#messagelist tr.selected td a
{
  color: #FFFFFF;
}
#messagelist tr.unfocused td a.rcmContactAddress
#messagelist tr.unfocused td a
{
  color: #FFFFFF;
}
#messagelist tr.deleted td a.rcmContactAddress
#messagelist tr.deleted td a
{
  color: #CCCCCC;
}
@@ -594,7 +597,9 @@
  min-height: 18px;
  list-style-image: none;
  list-style-type: none;
  background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF; 
  background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF;
  /* css hack for IE */
  height: expression(Math.min(18, parseInt(this.clientHeight))+'px');
}
#attachment-list:after