summaryrefslogtreecommitdiff
path: root/skins/default/mail.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r--skins/default/mail.css20
1 files changed, 8 insertions, 12 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css
index c37a7b993..efbd3c0e6 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -136,19 +136,15 @@
#messagecontframe
{
- width: 100%;
- height: 100%;
- border: 0;
-}
-
-/*\*/
-html>body*#messagecontframe
-{
- [height: 40%;
- height: 40%;
- ]height: 100%;
+ position: absolute;
+ top: 0px;
+ left: 0px;
+ right: 0px;
+ bottom: 0px;
+ /* css hack for IE */
+ width: expression((parseInt(document.documentElement.clientWidth)-230)+'px');
+ height: expression((parseInt(document.documentElement.clientHeight)-135-document.getElementById('mailcontframe').offsetHeight)+'px');
}
-/**/
#messagepartframe
{