Changeset 1910 in subversion


Ignore:
Timestamp:
Oct 1, 2008 11:32:59 AM (5 years ago)
Author:
alec
Message:
  • small style clean up
Location:
trunk/roundcubemail/skins/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/skins/default/mail.css

    r1905 r1910  
    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{ 
  • trunk/roundcubemail/skins/default/templates/compose.html

    r1905 r1910  
    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.