| | |
| | | /* CSS hacks for IE versions <= 8 */ |
| | | |
| | | input, textarea |
| | | { |
| | |
| | | |
| | | #message |
| | | { |
| | | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; |
| | | filter: alpha(opacity=85); |
| | | } |
| | | |
| | |
| | | height: expression((parseInt(document.documentElement.clientHeight)-235)+'px'); |
| | | } |
| | | |
| | | #identities-list |
| | | { |
| | | height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); |
| | | } |
| | | |
| | | #messagetoolbar |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-215)+'px'); |
| | |
| | | #abooktoolbar a.buttonPas |
| | | { |
| | | filter: alpha(opacity=35); |
| | | background-image: url('images/abook_toolbar.gif'); |
| | | background-image: url(images/abook_toolbar.gif); |
| | | } |
| | | |
| | | #messagetoolbar a.buttonPas |
| | | { |
| | | filter: alpha(opacity=35); |
| | | background-image: url('images/mail_toolbar.gif'); |
| | | background-image: url(images/mail_toolbar.gif); |
| | | } |
| | | |
| | | #listcontrols a.buttonPas, |
| | | #mailboxcontrols a.buttonPas |
| | | { |
| | | filter: alpha(opacity=35); |
| | | background-image: url('images/mail_footer.png'); |
| | | } |
| | | |
| | | #quicksearchbar |
| | |
| | | height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); |
| | | } |
| | | |
| | | #directorylistwrap |
| | | { |
| | | height: expression((parseInt(document.getElementById('directorylistbox').offsetHeight)-42)+'px'); |
| | | } |
| | | |
| | | #addresslist, |
| | | #sectionslist |
| | | { |
| | | height: expression(parseInt(this.parentNode.offsetHeight)+'px'); |
| | | } |
| | | |
| | | #mailleftcontainer |
| | | #sectionslist, |
| | | #identities-list, |
| | | #mailleftcontainer, |
| | | #mailcontframe, |
| | | #identity-details |
| | | { |
| | | height: expression(parseInt(this.parentNode.offsetHeight)+'px'); |
| | | } |
| | |
| | | height: expression(parseInt(this.parentNode.offsetHeight)+'px'); |
| | | } |
| | | |
| | | #mailrightcontent |
| | | { |
| | | width: 100%; |
| | | } |
| | | |
| | | #messagepartcontainer |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-100)+'px'); |
| | | } |
| | | |
| | | #mailcontframe |
| | | { |
| | | height: expression(parseInt(this.parentNode.offsetHeight)+'px'); |
| | | } |
| | | |
| | | #mailrightcontent |
| | | { |
| | | height: expression((parseInt(this.parentNode.offsetHeight)-20)+'px'); |
| | | width: 100%; |
| | | } |
| | | |
| | | #partheader |
| | |
| | | border-collapse: collapse; |
| | | } |
| | | |
| | | #messagelist thead tr td, |
| | | #messagelist tbody tr td |
| | | { |
| | | height: 18px; |
| | | } |
| | | |
| | | #messagelist tbody tr.unroot td.subject |
| | | { |
| | | text-decoration: underline; |
| | |
| | | |
| | | #importbox |
| | | { |
| | | height: expression((parseInt(document.documentElement.clientHeight)-135)+'px'); |
| | | width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-145)+'px'); |
| | | } |
| | | |
| | | #contacts-table |
| | |
| | | width: expression((parseInt(this.parentNode.offsetWidth)-555)+'px'); |
| | | } |
| | | |
| | | #identity-details |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-470)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); |
| | | } |
| | | |
| | | #rcmdraglayer |
| | | { |
| | | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; |
| | | filter: alpha(opacity=70); |
| | | filter: alpha(opacity=82); |
| | | padding-left: 20px; |
| | | } |
| | | |
| | | div.draglayercopy |
| | | { |
| | | border-color: #00cc00; |
| | | background: url(images/messageactions.png) 0 -125px no-repeat #fff; |
| | | } |
| | | |
| | | html.ie8 .draglayercopy:before |
| | | { |
| | | content: ""; |
| | | display: none; |
| | | } |
| | | |
| | | ul.toolbarmenu |
| | |
| | | |
| | | #console |
| | | { |
| | | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; |
| | | filter: alpha(opacity=80); |
| | | } |
| | | |