- Fix attachment list on IE 6/7 (#1484807)
| | |
| | | CHANGELOG RoundCube Webmail |
| | | --------------------------- |
| | | |
| | | 2008/05/15 (alec) |
| | | - Fix attachment list on IE 6/7 (#1484807) |
| | | |
| | | 2008/05/12 (estadtherr) |
| | | ---------- |
| | | - fix JavaScript in compose.html that shows cc/bcc fields if populated |
| | |
| | | font-weight: bold; |
| | | } |
| | | |
| | | #attachment-list-div |
| | | { |
| | | background: url(images/icons/attachment.png) 60px 2px no-repeat #DFDFDF; |
| | | } |
| | | |
| | | #attachment-list |
| | | { |
| | | margin: 0px; |
| | | padding: 0px 0px 0px 68px; |
| | | min-height: 18px; |
| | | padding: 0px 0px 0px 72px; |
| | | min-height: 16px; |
| | | list-style-image: none; |
| | | list-style-type: none; |
| | | background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF; |
| | | /* css hack for IE */ |
| | | height: expression(Math.min(18, parseInt(document.documentElement.clientHeight))+'px'); |
| | | /* IE6 hack */ |
| | | height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px'); |
| | | } |
| | | |
| | | #attachment-list:after |
| | |
| | | float: left; |
| | | height: 18px; |
| | | font-size: 11px; |
| | | padding: 2px 10px 0px 10px; |
| | | padding: 2px 0px 0px 15px; |
| | | } |
| | | |
| | | #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" /> |
| | | <roundcube:object name="messageBody" id="messagebody" showImages="true" /> |
| | |
| | | |
| | | <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" /> |
| | | <roundcube:object name="messageBody" id="messagebody" /> |