-reverted r1391 and fix for IE7 (IE6 should still be ok)
| | |
| | | font-weight: bold; |
| | | } |
| | | |
| | | #attachment-list-div |
| | | { |
| | | background: url(images/icons/attachment.png) 60px 2px no-repeat #DFDFDF; |
| | | } |
| | | |
| | | #attachment-list |
| | | { |
| | | margin: 0px; |
| | |
| | | min-height: 16px; |
| | | list-style-image: none; |
| | | list-style-type: none; |
| | | background: url(images/icons/attachment.png) 60px 2px no-repeat #DFDFDF; |
| | | /* IE6 hack */ |
| | | height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px'); |
| | | _height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px'); |
| | | } |
| | | |
| | | #attachment-list:after |
| | |
| | | height: 18px; |
| | | font-size: 11px; |
| | | padding: 2px 0px 0px 15px; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | #attachment-list li a |
| | |
| | | |
| | | <div class="messageheaderbox"> |
| | | <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/plus.gif" summary="Message headers" /> |
| | | <div id="attachment-list-div"> |
| | | <roundcube:object name="messageAttachments" id="attachment-list" /> |
| | | </div> |
| | | </div> |
| | | |
| | | <roundcube:object name="blockedObjects" id="remote-objects-message" /> |
| | |
| | | |
| | | <div class="messageheaderbox"> |
| | | <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/plus.gif" summary="Message headers" /> |
| | | <div id="attachment-list-div"> |
| | | <roundcube:object name="messageAttachments" id="attachment-list" /> |
| | | </div> |
| | | </div> |
| | | |
| | | <roundcube:object name="blockedObjects" id="remote-objects-message" /> |