Fix preview pane size for Safari & Konqueror (closes #1484187).
| | |
| | | CHANGELOG RoundCube Webmail |
| | | --------------------------- |
| | | |
| | | 2007/09/24 (robin) |
| | | ---------- |
| | | - Fix preview pane size for Safari & Konqueror (#1484187) |
| | | |
| | | |
| | | 2007/09/20 (robin) |
| | | ---------- |
| | | - Make smtp HELO/EHLO hostname configurable (#1484067) |
| | |
| | | |
| | | #messagecontframe |
| | | { |
| | | width: 100%; |
| | | height: 100%; |
| | | border: 0; |
| | | position: absolute; |
| | | top: 0px; |
| | | left: 0px; |
| | | right: 0px; |
| | | bottom: 0px; |
| | | /* css hack for IE */ |
| | | width: expression((parseInt(document.documentElement.clientWidth)-230)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-135-document.getElementById('mailcontframe').offsetHeight)+'px'); |
| | | } |
| | | |
| | | /*\*/ |
| | | html>body*#messagecontframe |
| | | { |
| | | [height: 40%; |
| | | height: 40%; |
| | | ]height: 100%; |
| | | } |
| | | /**/ |
| | | |
| | | #messagepartframe |
| | | { |