From d52676effc52f8a92c70b4e7267de8b2a47b6ffe Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 20 Jul 2006 17:23:52 -0400
Subject: [PATCH] Usability improvements again (Ticket #1483807)
---
skins/default/mail.css | 7 +++----
skins/default/templates/compose.html | 8 ++------
2 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/skins/default/mail.css b/skins/default/mail.css
index ab6b045..86d6e1e 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -791,11 +791,10 @@
#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;
}
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html
index a65dcb7..db5fe99 100644
--- a/skins/default/templates/compose.html
+++ b/skins/default/templates/compose.html
@@ -101,13 +101,8 @@
</tr><tr>
-<td style="width:100%; height:95%; vertical-align:top;">
+<td style="width:100%; height:98%; vertical-align:top;">
<roundcube:object name="composeBody" id="compose-body" form="form" cols="80" rows="20" wrap="virtual" tabindex="7" />
-</td>
-
-</tr><tr>
-
-<td>
<table border="0" cellspacing="0" width="100%" summary=""><tbody><tr>
@@ -122,6 +117,7 @@
</tr></tbody></table>
</td>
+
</tr>
</tbody>
</table>
--
Gitblit v1.9.1