From ea17a9f6361f279635cdcbdb1afe6b5b26c032a2 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 1 Oct 2008 15:32:59 +0000 Subject: - small style clean up git-svn-id: https://svn.roundcube.net/trunk@1910 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/mail.css | 9 +++++++++ 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) -
- +
+
-- cgit v1.2.3