diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-01 15:32:59 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-01 15:32:59 +0000 |
| commit | ea17a9f6361f279635cdcbdb1afe6b5b26c032a2 (patch) | |
| tree | 0e7ae234746cf89e3f93627d1e622596eb9c93ff | |
| parent | 2a522eb63ef4706498f5d726ae35208e9ddf5ae8 (diff) | |
- small style clean up
git-svn-id: https://svn.roundcube.net/trunk@1910 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 9 | ||||
| -rw-r--r-- | roundcubemail/skins/default/templates/compose.html | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 2784086b3..056bccae9 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index 2e710ca82..2f156c3cb 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/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"> |
