diff options
author | thomascube <thomas@roundcube.net> | 2006-12-17 21:28:37 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-12-17 21:28:37 +0000 |
commit | a7d5c6480cdef191b04e71005ffea0e35b84ac24 (patch) | |
tree | 2417f87ab39eb74765da109af8fb62bb730b9090 /skins/default/mail.css | |
parent | 5b0687dfcabb7258902f070057fc8a41ba27a776 (diff) |
Added patch for resizeable preview pane
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 61e46d0cc..eb0b5250a 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -123,7 +123,7 @@ #mailpreviewframe { position: absolute; - top: 300px; + top: 305px; left: 200px; right: 40px; bottom: 40px; @@ -131,7 +131,7 @@ background-color: #F9F9F9; /* css hack for IE */ width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); - height: expression((parseInt(document.documentElement.clientHeight)-340)+'px'); + height: expression((parseInt(document.documentElement.clientHeight)-135-document.getElementById('mailcontframe').offsetHeight)+'px'); } #messagecontframe |