thomascube
2006-12-22 ee883ad73d64639eb994a71e15b1a37c07ff3cb9
skins/default/mail.css
@@ -123,7 +123,7 @@
#mailpreviewframe
{
  position: absolute;
  top: 300px;
  top: 305px;
  left: 200px;
  right: 40px;
  bottom: 40px;
@@ -131,7 +131,7 @@
  background-color: #F9F9F9;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-340)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-135-document.getElementById('mailcontframe').offsetHeight)+'px');
}
#messagecontframe
@@ -144,14 +144,23 @@
/*\*/
html>body*#messagecontframe
{
  [height: 40%;
  height: 40%;
  ]height: 100%;
}
/**/
#messagepartframe
{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  background-color: #F9F9F9;
}