| | |
| | | background-color: #ffffff; |
| | | } |
| | | |
| | | #tabsbar |
| | | #tabsbar, |
| | | #partheader |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); |
| | | } |
| | | |
| | | #mainscreen |
| | | #mainscreen, |
| | | #directorylistbox, |
| | | #addressscreen |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-105)+'px'); |
| | | } |
| | | |
| | | #folder-manager |
| | | #mainscreen, |
| | | #messagepartcontainer |
| | | { |
| | | height: expression((parseInt(this.parentNode.offsetHeight)-105)+'px'); |
| | | width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); |
| | | } |
| | | |
| | | #messagetoolbar |
| | |
| | | #messageframe, |
| | | #identity-details, |
| | | #contacts-box, |
| | | #prefs-box |
| | | #prefs-box, |
| | | #folder-box |
| | | { |
| | | height: expression(parseInt(this.parentNode.offsetHeight)+'px'); |
| | | } |
| | |
| | | |
| | | #messagepartcontainer |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-90)+'px'); |
| | | } |
| | | |
| | |
| | | #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'); |
| | | } |
| | | |
| | | #subscription-table |
| | | { |
| | | width: auto; |
| | | } |
| | | |
| | | #messagelist |
| | |
| | | #addressscreen |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-245)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-105)+'px'); |
| | | } |
| | | |
| | | #contacts-table |
| | |
| | | } |
| | | |
| | | #contacts-box, |
| | | #prefs-box |
| | | #prefs-box, |
| | | #folder-box |
| | | { |
| | | width: expression((parseInt(this.parentNode.offsetWidth)-555)+'px'); |
| | | overflow: hidden; |
| | | } |
| | | |
| | | #rcmdraglayer |
| | |
| | | { |
| | | margin-top: 2px; |
| | | } |
| | | |
| | | .contactfieldgroup legend |
| | | { |
| | | padding: 0 0 0.5em 0; |
| | | margin-left: -4px; |
| | | } |