Fixed message part window display in IE6 (#1484610)
| | |
| | | 2008/03/21 (thomasb) |
| | | ---------- |
| | | - Add configurable default charset for message decoding |
| | | |
| | | - Applied patch to fix mime decoding an folder subscription (#1484191) |
| | | - Applied patch to correctly quote email recipient strings (#1484191) |
| | | - Fix wrong charset aliases (#1484818 and #1484598) |
| | | - Remove hard-coded size of logo image (#1484378) |
| | | - Strip slashes from virtuser email values (#1484700) |
| | | - Fixed message part window display in IE6 (#1484610) |
| | | |
| | | 2008/02/28 (thomasb) |
| | | ---------- |
| | |
| | | left: 20px; |
| | | right: 20px; |
| | | bottom: 20px; |
| | | /* css hack for IE */ |
| | | width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-100)+'px'); |
| | | } |
| | | |
| | | #mailcontframe |
| | |
| | | height: 100%; |
| | | border: 1px solid #999999; |
| | | background-color: #F9F9F9; |
| | | /* css hack for IE */ |
| | | height: expression(parseInt(document.getElementById('messagepartcontainer').offsetHeight)+'px'); |
| | | } |
| | | |
| | | |