alecpl
2008-05-13 800c48079dc1abf58b7574dc98237ccd36f34468
skins/default/mail.css
@@ -153,6 +153,9 @@
  left: 20px;
  right: 20px;
  bottom: 20px;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-100)+'px');
}
#mailcontframe
@@ -202,8 +205,6 @@
  height: 100%;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  /* css hack for IE */
  height: expression(parseInt(document.getElementById('messagepartcontainer').offsetHeight)+'px');
}
@@ -251,7 +252,7 @@
  position: absolute;
  top: 85px;
  left: 20px;
  width: 160px;
  width: 170px;
  bottom: 40px;
  border: 1px solid #999;
  background-color: #F9F9F9;
@@ -325,7 +326,7 @@
  background-color: #929292;
}
#mailboxlist li.selected a,
#mailboxlist li.selected > a,
#mailboxlist li.droptarget li.selected a
{
  color: #FFF;
@@ -621,7 +622,7 @@
  list-style-type: none;
  background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF;
  /* css hack for IE */
  height: expression(Math.min(18, parseInt(this.clientHeight))+'px');
  height: expression(Math.min(18, parseInt(document.documentElement.clientHeight))+'px');
}
#attachment-list:after