| | |
| | | /* CSS hacks for IE versions <= 7 */ |
| | | /* CSS hacks for IE versions <= 8 */ |
| | | |
| | | input, textarea |
| | | { |
| | |
| | | |
| | | #message |
| | | { |
| | | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; |
| | | filter: alpha(opacity=85); |
| | | } |
| | | |
| | |
| | | #searchmenu, |
| | | #messagemenu |
| | | { |
| | | filter:alpha(opacity=90); |
| | | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; |
| | | filter: alpha(opacity=90); |
| | | } |
| | | |
| | | #tabsbar |
| | |
| | | width: expression((parseInt(document.documentElement.clientWidth)-400)+'px'); |
| | | } |
| | | |
| | | #mainscreen |
| | | #messagetoolbar select.mboxlist |
| | | { |
| | | top: -8px; |
| | | } |
| | | |
| | | #mainscreen |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-101)+'px'); |
| | | } |
| | | |
| | | #directorylist |
| | |
| | | height: expression(parseInt(this.parentNode.offsetHeight)+'px'); |
| | | } |
| | | |
| | | #mailleftcontainer |
| | | { |
| | | height: expression(parseInt(this.parentNode.offsetHeight)+'px'); |
| | | } |
| | | |
| | | #mailrightcontainer |
| | | { |
| | | width: expression((parseInt(this.parentNode.offsetWidth)-170)+'px'); |
| | | height: expression(parseInt(this.parentNode.offsetHeight)+'px'); |
| | | } |
| | | |
| | | #mailrightcontent |
| | | { |
| | | width: 100%; |
| | | } |
| | | |
| | | #messagepartcontainer |
| | |
| | | height: expression(parseInt(this.parentNode.offsetHeight)+'px'); |
| | | } |
| | | |
| | | #mailpreviewframe |
| | | #mailrightcontent |
| | | { |
| | | height: expression((parseInt(this.parentNode.offsetHeight)-205)+'px'); |
| | | height: expression((parseInt(this.parentNode.offsetHeight)-20)+'px'); |
| | | } |
| | | |
| | | #partheader |
| | |
| | | |
| | | #mailboxlist-container |
| | | { |
| | | height: expression(parseInt(this.parentNode.offsetHeight)+'px'); |
| | | } |
| | | |
| | | #mailfooter |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); |
| | | height: expression((parseInt(this.parentNode.offsetHeight)-20)+'px'); |
| | | } |
| | | |
| | | #messagelist, |
| | |
| | | |
| | | #messageframe |
| | | { |
| | | width: expression((parseInt(this.parentNode.offsetWidth)-170)+'px'); |
| | | height: expression((parseInt(this.parentNode.offsetHeight))+'px'); |
| | | width: expression((parseInt(this.parentNode.offsetWidth)-180)+'px'); |
| | | height: expression((parseInt(this.parentNode.offsetHeight)-20)+'px'); |
| | | } |
| | | |
| | | #messagecanvas |
| | |
| | | width: 99%; |
| | | } |
| | | |
| | | div.message-part pre, |
| | | div.message-htmlpart pre, |
| | | div.message-part div.pre |
| | | { |
| | | word-wrap: break-word; |
| | | } |
| | | |
| | | #addressscreen |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-220)+'px'); |
| | |
| | | |
| | | #rcmdraglayer |
| | | { |
| | | filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); |
| | | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; |
| | | filter: alpha(opacity=70); |
| | | } |
| | | |
| | | ul.toolbarmenu li |
| | |
| | | ul.toolbarmenu li a |
| | | { |
| | | min-height: auto; |
| | | } |
| | | } |
| | | |
| | | #console |
| | | { |
| | | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; |
| | | filter: alpha(opacity=80); |
| | | } |