| | |
| | | |
| | | #messagetoolbar |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-400)+'px'); |
| | | width: expression((parseInt(document.documentElement.clientWidth)-215)+'px'); |
| | | z-index: 240; |
| | | } |
| | | |
| | |
| | | width: auto; |
| | | } |
| | | |
| | | #messagelist |
| | | { |
| | | width: inherit; |
| | | *width: auto; /* IE6/7 conditional hack */ |
| | | border-collapse: collapse; |
| | | } |
| | | |
| | | #messageframe |
| | | { |
| | | width: expression((parseInt(this.parentNode.offsetWidth)-180)+'px'); |
| | |
| | | |
| | | #compose-container |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-210)+'px'); |
| | | width: expression((parseInt(document.documentElement.clientWidth)-230)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-120)+'px'); |
| | | } |
| | | |
| | |
| | | { |
| | | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; |
| | | filter: alpha(opacity=80); |
| | | } |
| | | |
| | | #messagelist |
| | | { |
| | | width: expression((document.documentElement.clientHeight > this.parentNode.clientHeight) ? 'auto' : '100%'); |
| | | } |