diff options
author | alecpl <alec@alec.pl> | 2008-12-05 07:19:35 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-12-05 07:19:35 +0000 |
commit | 7f43e18fde11cf30a8b8fbe71ab5e2a0dba823f8 (patch) | |
tree | 3a1372ccbc124d8c6601d2437164d5a678c402f8 /skins/default/mail.css | |
parent | 39cd51aff59d8a85321474ee573b09b507b3f24e (diff) |
#1485605: some css fixes for IE6
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 5189f6d3f..2f98c8b81 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -678,7 +678,6 @@ html>body*input[type$="file"]:not([class="none"]) { background-color: transparen div.messageheaderbox { - position: relative; margin: 6px 8px 0px 8px; border: 1px solid #ccc; } @@ -837,6 +836,12 @@ div.message-part blockquote blockquote blockquote border-right: 2px solid #bb0000; } +body.iframe +{ + /* css hack for IE */ + width: expression((parseInt(document.documentElement.clientWidth))+'px'); +} + body.iframe div.message-htmlpart { margin: 8px; @@ -869,8 +874,8 @@ div.message-htmlpart div.rcmBody #messageviewlink { position: absolute; - top: 1px; - right: 1px; + top: 8px; + right: 10px; width: 15px; height: 15px; border: 0; |