diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-07-20 21:23:52 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-07-20 21:23:52 +0000 |
| commit | 5ab681d494372f43865da1ac78c57b6130e23484 (patch) | |
| tree | 46067067cb1466d18f878221482e716d0e356df4 | |
| parent | 4f2018cb38c5a3cdbcf4e5770cfab0226a12462c (diff) | |
Usability improvements again (Ticket #1483807)
git-svn-id: https://svn.roundcube.net/trunk@280 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 7 | ||||
| -rw-r--r-- | roundcubemail/skins/default/templates/compose.html | 8 |
2 files changed, 5 insertions, 10 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index ab6b045e0..86d6e1e79 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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; } diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index a65dcb772..db5fe99bd 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/skins/default/templates/compose.html @@ -101,13 +101,8 @@ self.setTimeout('rcmail_auto_save()',300000); </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 @@ self.setTimeout('rcmail_auto_save()',300000); </tr></tbody></table> </td> + </tr> </tbody> </table> |
