[Svn] r1910 - in trunk/roundcubemail/skins/default: . templates
trac at roundcube.net
trac at roundcube.net
Wed Oct 1 17:32:59 CEST 2008
Author: alec
Date: 2008-10-01 10:32:59 -0500 (Wed, 01 Oct 2008)
New Revision: 1910
Modified:
trunk/roundcubemail/skins/default/mail.css
trunk/roundcubemail/skins/default/templates/compose.html
Log:
- small style clean up
Modified: trunk/roundcubemail/skins/default/mail.css
===================================================================
--- trunk/roundcubemail/skins/default/mail.css 2008-10-01 15:02:52 UTC (rev 1909)
+++ trunk/roundcubemail/skins/default/mail.css 2008-10-01 15:32:59 UTC (rev 1910)
@@ -879,6 +879,15 @@
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%;
Modified: trunk/roundcubemail/skins/default/templates/compose.html
===================================================================
--- trunk/roundcubemail/skins/default/templates/compose.html 2008-10-01 15:02:52 UTC (rev 1909)
+++ trunk/roundcubemail/skins/default/templates/compose.html 2008-10-01 15:32:59 UTC (rev 1910)
@@ -117,8 +117,8 @@
</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">
_______________________________________________
http://lists.roundcube.net/mailman/listinfo/svn
More information about the Svn
mailing list