| | |
| | | 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'); |
| | | } |
| | | |
| | | |
| | |
| | | position: absolute; |
| | | top: 85px; |
| | | left: 20px; |
| | | width: 160px; |
| | | width: 170px; |
| | | bottom: 40px; |
| | | border: 1px solid #999; |
| | | background-color: #F9F9F9; |
| | |
| | | background-color: #929292; |
| | | } |
| | | |
| | | #mailboxlist li.selected a, |
| | | #mailboxlist li.selected > a, |
| | | #mailboxlist li.droptarget li.selected a |
| | | { |
| | | color: #FFF; |
| | |
| | | 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(this.clientHeight))+'px'); |
| | | height: expression(Math.min(18, parseInt(document.documentElement.clientHeight))+'px'); |
| | | } |
| | | |
| | | #attachment-list:after |