Changeset 4e9349d in github


Ignore:
Timestamp:
Oct 1, 2008 11:32:59 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
a2740628
Parents:
3feb553
Message:
  • small style clean up
Location:
skins/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skins/default/mail.css

    rdda3c7d r4e9349d  
    880880} 
    881881 
     882#compose-div 
     883{ 
     884  position: absolute; 
     885  top: 110px; 
     886  bottom: 40px; 
     887  width: 100%; 
     888  vertical-align: top; 
     889} 
     890 
    882891#compose-headers 
    883892{ 
  • skins/default/templates/compose.html

    rdda3c7d r4e9349d  
    118118        </table> 
    119119    </div> 
    120     <div id="compose-div" style="width:100%; vertical-align:top; position: absolute; top: 110px; bottom: 40px;"> 
    121         <roundcube:object name="composeBody" id="compose-body" form="form" cols="70" rows="20" tabindex="7" spell_container="spell-container"/> 
     120    <div id="compose-div"> 
     121        <roundcube:object name="composeBody" id="compose-body" form="form" cols="70" rows="20" tabindex="7" /> 
    122122        <table border="0" cellspacing="0" summary="" style="width:100%; margin-top: 5px;"><tbody> 
    123123            <tr> 
Note: See TracChangeset for help on using the changeset viewer.