diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-12-29 16:54:41 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-12-29 16:54:41 +0100 |
commit | d9f180adf9e1e8a63ea9bfdb534dc376a4829fee (patch) | |
tree | 22ae88c3ae1d505a3d89012741a4b45e8747a6fc /skins/larry/mail.css | |
parent | 6f3c97c5d32f93bb81b157bc4340fef8ee0b60ea (diff) |
Minor IE7/8 fixes
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 57d968fb4..34c623391 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1126,6 +1126,8 @@ div.message-partheaders .headers-table td.header { #messagepartframe { border: 0; + width: 100%; + height: 100%; } /*** message composition ***/ |