From c3f94de06031ec943e5e5f68fa63804e38265db4 Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 7 Feb 2008 07:51:01 +0000 Subject: Fix size of the attachment preview frame (#1484758) --- CHANGELOG | 4 +++- skins/default/mail.css | 11 ++++------- skins/default/templates/messagepart.html | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a739668e0..7f04880b4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,11 @@ CHANGELOG RoundCube Webmail --------------------------- -2008/02/06 (thomasb) +2008/02/07 (thomasb) ---------- - Remember decision to display images for a certain message during session (#1484754) +- Truncte attachment filenames to 55 characters due to an IE bug (#1484757) +- Fix size of the attachment preview frame (#1484758) 2008/02/05 (thomasb) ---------- 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'); } diff --git a/skins/default/templates/messagepart.html b/skins/default/templates/messagepart.html index cf5803db0..9da9d199c 100644 --- a/skins/default/templates/messagepart.html +++ b/skins/default/templates/messagepart.html @@ -15,7 +15,7 @@
- +
-- cgit v1.2.3