- small style clean up

release-0.6
alecpl 16 years ago
parent 3feb553528
commit 4e9349d5e8

@ -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%;

@ -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">

Loading…
Cancel
Save