diff options
author | thomascube <thomas@roundcube.net> | 2006-07-20 21:23:52 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-07-20 21:23:52 +0000 |
commit | d52676effc52f8a92c70b4e7267de8b2a47b6ffe (patch) | |
tree | 2d7c896c7632b7757271ea456896fb455e1ede5b /skins/default/mail.css | |
parent | f07394f2094344aafb0f1ed68d45c18e4480aa04 (diff) |
Usability improvements again (Ticket #1483807)
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index ab6b045e0..86d6e1e79 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -791,11 +791,10 @@ div.message-part pre #compose-body { margin-top: 5px; - margin-bottom: 5px; - width: 99% !important; - width: 95%; + margin-bottom: 10px; + width: 99%; height: 90%; - min-height: 300px; + min-height: 280px; font-size: 9pt; font-family: "Courier New", Courier, monospace; } |