Changeset 1432 in subversion
- Timestamp:
- May 27, 2008 7:56:35 AM (5 years ago)
- Location:
- trunk/roundcubemail/skins/default
- Files:
-
- 2 edited
-
mail.css (modified) (1 diff)
-
templates/messagepart.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/default/mail.css
r1396 r1432 214 214 top: 10px; 215 215 left: 220px; 216 right: 20px; 216 217 height: 40px; 218 /* css hack for IE */ 219 width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); 217 220 } 218 221 -
trunk/roundcubemail/skins/default/templates/messagepart.html
r1027 r1432 12 12 <div id="partheader"> 13 13 <roundcube:object name="messagePartControls" cellpadding="2" cellspacing="0" /> 14 15 <div style="position:absolute; top:2px; right:0; width:12em; text-align:right"> 16 [<a href="#close" class="closelink" onclick="self.close()"><roundcube:label name="close" /></a>] 17 </div> 14 18 </div> 15 19
Note: See TracChangeset
for help on using the changeset viewer.
