summaryrefslogtreecommitdiff
path: root/skins/default/mail.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-02-07 07:51:01 +0000
committerthomascube <thomas@roundcube.net>2008-02-07 07:51:01 +0000
commitc3f94de06031ec943e5e5f68fa63804e38265db4 (patch)
treefba253544b4dd38a6052293aa02e78ca70768c72 /skins/default/mail.css
parent6f2f2d0ffdf21ac0dce85b5dae8809a49b14a7a2 (diff)
Fix size of the attachment preview frame (#1484758)
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r--skins/default/mail.css11
1 files changed, 4 insertions, 7 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css
index 4e2fd59d5..9cb50f555 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -152,15 +152,12 @@ td.formlinks a:visited
#messagepartframe
{
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- width: auto;
- height: auto;
+ width: 100%;
+ height: 100%;
border: 1px solid #999999;
background-color: #F9F9F9;
+ /* css hack for IE */
+ height: expression(parseInt(document.getElementById('messagepartcontainer').offsetHeight)+'px');
}