Changeset 280 in subversion
- Timestamp:
- Jul 20, 2006 5:23:52 PM (7 years ago)
- Location:
- trunk/roundcubemail/skins/default
- Files:
-
- 2 edited
-
mail.css (modified) (1 diff)
-
templates/compose.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/default/mail.css
r272 r280 792 792 { 793 793 margin-top: 5px; 794 margin-bottom: 5px; 795 width: 99% !important; 796 width: 95%; 794 margin-bottom: 10px; 795 width: 99%; 797 796 height: 90%; 798 min-height: 300px;797 min-height: 280px; 799 798 font-size: 9pt; 800 799 font-family: "Courier New", Courier, monospace; -
trunk/roundcubemail/skins/default/templates/compose.html
r277 r280 102 102 </tr><tr> 103 103 104 <td style="width:100%; height:9 5%; vertical-align:top;">104 <td style="width:100%; height:98%; vertical-align:top;"> 105 105 <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>111 106 112 107 <table border="0" cellspacing="0" width="100%" summary=""><tbody><tr> … … 123 118 124 119 </td> 120 125 121 </tr> 126 122 </tbody>
Note: See TracChangeset
for help on using the changeset viewer.
