]> git.donarmstrong.com Git - roundcube.git/blobdiff - skins/default/mail.css
Imported Upstream version 0.1.1
[roundcube.git] / skins / default / mail.css
index aa3f64313f7ebb33c66337bd1d17c634306120b1..69762b6652c3e9cf77308c054d5287cbf94da0ca 100644 (file)
@@ -153,6 +153,9 @@ td.formlinks a:visited
   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 @@ td.formlinks a:visited
   height: 100%;
   border: 1px solid #999999;
   background-color: #F9F9F9;
-  /* css hack for IE */
-  height: expression(parseInt(document.getElementById('messagepartcontainer').offsetHeight)+'px');
 }