diff options
author | alecpl <alec@alec.pl> | 2008-10-01 08:35:27 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-10-01 08:35:27 +0000 |
commit | dda3c7db468dab0d5ee4a409fdf79b0832ffb743 (patch) | |
tree | f79a0959542080a1effc93f89e47abeeaab6d9b8 /skins/default/mail.css | |
parent | f4b8681160110659f5f78b309237de6f43c32537 (diff) |
- Fix compose window width/height (#1485396)
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | 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 0ddff7f37..2784086b3 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -864,7 +864,6 @@ div.message-htmlpart div.rcmBody #receipt-selector { padding-left: 30px; - white-space: nowrap; } #compose-container @@ -874,44 +873,16 @@ div.message-htmlpart div.rcmBody 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 @@ div.message-htmlpart div.rcmBody #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; } |