diff options
| author | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-14 08:35:38 +0000 |
|---|---|---|
| committer | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-14 08:35:38 +0000 |
| commit | 59dfcc272f9faef81ffe98ae16f6eb25c05a87ac (patch) | |
| tree | fff8ff20fc9aaaa22286b83b8b66681af50fde6d | |
| parent | 84b75c005bb4ce99f1fa7a555f6c19eeb2769b6c (diff) | |
Fix preview display on IE7 (CSS hack from http://www.stormdetector.com/hacks/InternetExplorer7Hack.html).
git-svn-id: https://svn.roundcube.net/trunk@406 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 5bf05cb99..61e46d0cc 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -144,7 +144,9 @@ /*\*/ html>body*#messagecontframe { + [height: 40%; height: 40%; + ]height: 100%; } /**/ |
