mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-24 16:56:59 +01:00
Usability improvements again (Ticket #1483807)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user