| | |
| | | |
| | | #messagetoolbar select.mboxlist |
| | | { |
| | | top: -8px; |
| | | margin: 0 8px; |
| | | top: 8px; |
| | | } |
| | | |
| | | #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); |
| | | } |
| | | |
| | | #messagetoolbar select.mboxlist |
| | | { |
| | | margin: 0 8px; |
| | | top: 8px; |
| | | background-image: url('images/mail_footer.png'); |
| | | } |
| | | |
| | | #quicksearchbar |
| | |
| | | height: expression((parseInt(document.documentElement.clientHeight)-101)+'px'); |
| | | } |
| | | |
| | | #directorylist |
| | | #directorylistbox |
| | | { |
| | | height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); |
| | | } |
| | | |
| | | #directorylistwrap |
| | | { |
| | | height: expression((parseInt(document.getElementById('directorylistbox').offsetHeight)-42)+'px'); |
| | | } |
| | | |
| | | #addresslist, |
| | |
| | | border-collapse: collapse; |
| | | } |
| | | |
| | | #messagelist thead tr td, |
| | | #messagelist tbody tr td |
| | | { |
| | | height: 18px; |
| | | } |
| | | |
| | | #messagelist tbody tr.unroot td.subject |
| | | { |
| | | text-decoration: underline; |
| | |
| | | |
| | | #addressscreen |
| | | { |
| | | width: expression((parseInt(document.documentElement.clientWidth)-220)+'px'); |
| | | width: expression((parseInt(document.documentElement.clientWidth)-245)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); |
| | | } |
| | | |