From dda3c7db468dab0d5ee4a409fdf79b0832ffb743 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 01 Oct 2008 04:35:27 -0400 Subject: [PATCH] - Fix compose window width/height (#1485396) --- skins/default/mail.css | 37 +++---------------------------------- 1 files changed, 3 insertions(+), 34 deletions(-) diff --git a/skins/default/mail.css b/skins/default/mail.css index 0ddff7f..2784086 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -864,7 +864,6 @@ #receipt-selector { padding-left: 30px; - white-space: nowrap; } #compose-container @@ -874,44 +873,16 @@ left: 200px; right: 25px; bottom: 30px; - padding: 0px; margin: 0px; /* css hack for IE */ width: expression((parseInt(document.documentElement.clientWidth)-220)+'px'); - height: expression((parseInt(document.documentElement.clientHeight)-130)+'px'); + height: expression((parseInt(document.documentElement.clientHeight)-120)+'px'); } - -/* -#compose-headers -{ - position: absolute; - top: 70px; - left: 200px; - height: 84px; - border-top: 1px solid #cccccc; - overflow: auto; -} - -#compose-headers td -{ - padding-top: 1px; - padding-bottom: 1px; - border-right: 1px solid #cccccc; - border-bottom: 1px solid #cccccc; -} -*/ #compose-headers { width: 100%; } - -/* -#compose-headers td -{ - width: 100%; -} -*/ #compose-headers td.top { @@ -951,10 +922,8 @@ #compose-body { - margin-top: 5px; - margin-bottom: 10px; - height: 90%; - min-height: 280px; + min-height: 100px; + height: 100%; font-size: 9pt; font-family: "Courier New", Courier, monospace; } -- Gitblit v1.9.1