| | |
| | | |
| | | #messagetoolbar |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-400)+'px'); |
| | | width: expression((parseInt(document.documentElement.clientWidth)-215)+'px'); |
| | | z-index: 240; |
| | | } |
| | | |
| | |
| | | height: expression((parseInt(this.parentNode.offsetHeight)-20)+'px'); |
| | | } |
| | | |
| | | #messagelist, |
| | | #subscription-table |
| | | { |
| | | width: auto; |
| | | } |
| | | |
| | | #messagelist |
| | | { |
| | | width: inherit; |
| | | *width: auto; /* IE6/7 conditional hack */ |
| | | border-collapse: collapse; |
| | | } |
| | | |
| | | #messageframe |
| | |
| | | height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px'); |
| | | } |
| | | |
| | | #countcontrols |
| | | { |
| | | width: 24em; |
| | | } |
| | | |
| | | body.iframe |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth))+'px'); |