diff options
-rw-r--r-- | skins/default/mail.css | 9 | ||||
-rw-r--r-- | skins/default/templates/compose.html | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 2784086b3..056bccae9 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -879,6 +879,15 @@ div.message-htmlpart div.rcmBody height: expression((parseInt(document.documentElement.clientHeight)-120)+'px'); } +#compose-div +{ + position: absolute; + top: 110px; + bottom: 40px; + width: 100%; + vertical-align: top; +} + #compose-headers { width: 100%; diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index 2e710ca82..2f156c3cb 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -117,8 +117,8 @@ function rcmail_prev_sibling(elm) </tbody> </table> </div> - <div id="compose-div" style="width:100%; vertical-align:top; position: absolute; top: 110px; bottom: 40px;"> - <roundcube:object name="composeBody" id="compose-body" form="form" cols="70" rows="20" tabindex="7" spell_container="spell-container"/> + <div id="compose-div"> + <roundcube:object name="composeBody" id="compose-body" form="form" cols="70" rows="20" tabindex="7" /> <table border="0" cellspacing="0" summary="" style="width:100%; margin-top: 5px;"><tbody> <tr> <td style="white-space: nowrap"> |