Ticket #1484758: previewpanefix2.patch

File previewpanefix2.patch, 500 bytes (added by memoryhole, 11 months ago)

HTML fix making the attachment viewer fill the vertical space (except on IE7)

  • skins/default/templates/messagepart.html

     
    1515 
    1616 
    1717<div id="messagepartcontainer"> 
    18 <roundcube:object name="messagePartFrame" id="messagepartframe" width="100%" height="85%" /> 
     18<roundcube:object name="messagePartFrame" id="messagepartframe" width="100%" height="100%" /> 
    1919</div> 
    2020 
    2121</body>