- fix: show folderslist before splitter
| | |
| | | { |
| | | position: absolute; |
| | | top: 0px; |
| | | left: 170px; |
| | | right: 0px; |
| | | bottom: 0px; |
| | | border: 1px solid #999; |
| | | background-color: #FFF; |
| | | overflow: auto; |
| | | /* css hack for IE */ |
| | | width: expression((parseInt(document.documentElement.clientWidth)-220)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); |
| | | } |
| | | |
| | | #printmessageframe |
| | | { |
| | | position: absolute; |
| | | top: 0px; |
| | | left: 0px; |
| | | right: 0px; |
| | | bottom: 0px; |
| | |
| | | |
| | | <div id="header"><img src="/images/roundcube_logo_print.gif" alt="<roundcube:object name="productname" />" /></div> |
| | | |
| | | <div id="messageframe"> |
| | | <div id="printmessageframe"> |
| | | <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" /> |
| | | <roundcube:object name="messageAttachments" id="attachment-list" /> |
| | | <roundcube:object name="messageBody" id="messagebody" showImages="false" /> |