| | |
| | | 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 |