Changeset 280 in subversion


Ignore:
Timestamp:
Jul 20, 2006 5:23:52 PM (7 years ago)
Author:
thomasb
Message:

Usability improvements again (Ticket #1483807)

Location:
trunk/roundcubemail/skins/default
Files:
2 edited

Legend:

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

    r272 r280  
    792792{ 
    793793  margin-top: 5px; 
    794   margin-bottom: 5px; 
    795   width: 99% !important; 
    796   width: 95%; 
     794  margin-bottom: 10px; 
     795  width: 99%; 
    797796  height: 90%; 
    798   min-height: 300px; 
     797  min-height: 280px; 
    799798  font-size: 9pt; 
    800799  font-family: "Courier New", Courier, monospace; 
  • trunk/roundcubemail/skins/default/templates/compose.html

    r277 r280  
    102102</tr><tr> 
    103103 
    104 <td style="width:100%; height:95%; vertical-align:top;"> 
     104<td style="width:100%; height:98%; vertical-align:top;"> 
    105105<roundcube:object name="composeBody" id="compose-body" form="form" cols="80" rows="20" wrap="virtual" tabindex="7" /> 
    106 </td> 
    107  
    108 </tr><tr> 
    109  
    110 <td> 
    111106 
    112107<table border="0" cellspacing="0" width="100%" summary=""><tbody><tr> 
     
    123118 
    124119</td> 
     120 
    125121</tr> 
    126122</tbody> 
Note: See TracChangeset for help on using the changeset viewer.