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 /roundcubemail/skins/default/mail.css | |
| parent | 2a522eb63ef4706498f5d726ae35208e9ddf5ae8 (diff) | |
- small style clean up
git-svn-id: https://svn.roundcube.net/trunk@1910 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 9 |
1 files changed, 9 insertions, 0 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%; |
