| | |
| | | width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); |
| | | } |
| | | |
| | | #folder-manager |
| | | #mainscreen |
| | | { |
| | | height: expression((parseInt(document.documentElement.clientHeight)-235)+'px'); |
| | | width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-105)+'px'); |
| | | } |
| | | |
| | | #messagetoolbar |
| | |
| | | z-index: 250; |
| | | } |
| | | |
| | | #mainscreen |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-96)+'px'); |
| | | } |
| | | |
| | | #directorylistbox |
| | | { |
| | | height: expression((parseInt(document.documentElement.clientHeight)-115)+'px'); |
| | | } |
| | | |
| | | #addresslist, |
| | | #sectionslist, |
| | | #identities-list, |
| | | #mailleftcontainer, |
| | | #mailrightcontainer, |
| | | #compose-container, |
| | | #compose-attachments, |
| | | #mailcontframe, |
| | | #identity-details |
| | | #mailboxlist-container, |
| | | #mailrightcontent, |
| | | #messageframe, |
| | | #identity-details, |
| | | #contacts-box, |
| | | #prefs-box, |
| | | #folder-box |
| | | { |
| | | height: expression(parseInt(this.parentNode.offsetHeight)+'px'); |
| | | } |
| | |
| | | #mailrightcontainer |
| | | { |
| | | width: expression((parseInt(this.parentNode.offsetWidth)-170)+'px'); |
| | | height: expression(parseInt(this.parentNode.offsetHeight)+'px'); |
| | | } |
| | | |
| | | #messagepartcontainer |
| | |
| | | |
| | | #mailrightcontent |
| | | { |
| | | height: expression((parseInt(this.parentNode.offsetHeight)-20)+'px'); |
| | | width: 100%; |
| | | } |
| | | |
| | | #compose-div |
| | | { |
| | | height: expression((parseInt(this.parentNode.offsetHeight)-1-parseInt(document.getElementById('compose-headers').offsetHeight))+'px'); |
| | | } |
| | | |
| | | #partheader |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); |
| | | } |
| | | |
| | | #mailboxlist-container |
| | | { |
| | | height: expression((parseInt(this.parentNode.offsetHeight)-20)+'px'); |
| | | } |
| | | |
| | | #subscription-table |
| | |
| | | { |
| | | height: 18px; |
| | | } |
| | | |
| | | |
| | | #messagelist tbody tr.unroot td.subject |
| | | { |
| | | text-decoration: underline; |
| | |
| | | #messageframe |
| | | { |
| | | width: expression((parseInt(this.parentNode.offsetWidth)-180)+'px'); |
| | | height: expression((parseInt(this.parentNode.offsetHeight)-20)+'px'); |
| | | overflow: hidden; |
| | | } |
| | | |
| | |
| | | width: expression((parseInt(document.documentElement.clientWidth))+'px'); |
| | | } |
| | | |
| | | #compose-container |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-230)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-120)+'px'); |
| | | } |
| | | |
| | | #compose-body, |
| | | #compose-headers td textarea, |
| | | #compose-headers td input |
| | | { |
| | | width: 99%; |
| | | } |
| | | |
| | | div.message-part pre, |
| | | div.message-htmlpart pre, |
| | | div.message-part div.pre |
| | |
| | | #addressscreen |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-245)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-115)+'px'); |
| | | } |
| | | |
| | | #prefsscreen |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); |
| | | } |
| | | |
| | | #importbox |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-140)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-105)+'px'); |
| | | } |
| | | |
| | | #contacts-table |
| | |
| | | #contacts-box, |
| | | #prefs-box |
| | | { |
| | | height: expression(parseInt(this.parentNode.offsetHeight)+'px'); |
| | | width: expression((parseInt(this.parentNode.offsetWidth)-555)+'px'); |
| | | } |
| | | |