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/templates/compose.html | |
parent | f07394f2094344aafb0f1ed68d45c18e4480aa04 (diff) |
Usability improvements again (Ticket #1483807)
Diffstat (limited to 'skins/default/templates/compose.html')
-rw-r--r-- | skins/default/templates/compose.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index a65dcb772..db5fe99bd 100644 --- a/skins/default/templates/compose.html +++ b/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> |