| | |
| | | #messagetoolbar |
| | | { |
| | | position: absolute; |
| | | top: 20px; |
| | | top: 45px; |
| | | left: 200px; |
| | | right: 250px; |
| | | height: 35px; |
| | |
| | | { |
| | | position: absolute; |
| | | left: 200px; |
| | | bottom: 60px; |
| | | bottom: 20px; |
| | | height: 16px; |
| | | width: 400px; |
| | | } |
| | |
| | | #messagecountbar |
| | | { |
| | | position: absolute; |
| | | top: 35px; |
| | | right: 60px; |
| | | width: 250px; |
| | | top: 60px; |
| | | right: 40px; |
| | | width: 200px; |
| | | height: 20px; |
| | | text-align: right; |
| | | } |
| | |
| | | #mailcontframe |
| | | { |
| | | position: absolute; |
| | | top: 60px; |
| | | top: 85px; |
| | | left: 200px; |
| | | right: 40px; |
| | | bottom: 80px; |
| | | bottom: 40px; |
| | | border: 1px solid #999999; |
| | | background-color: #F9F9F9; |
| | | overflow: auto; |
| | | /* css hack for IE */ |
| | | width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-140)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); |
| | | } |
| | | |
| | | |
| | |
| | | #mailboxlist-header |
| | | { |
| | | position: absolute; |
| | | top: 80px; |
| | | top: 85px; |
| | | left: 20px; |
| | | width: 140px !important; |
| | | /* width: 162px; */ |
| | |
| | | font-weight: bold; |
| | | } |
| | | |
| | | #mailboxlist |
| | | #mailboxlist-container |
| | | { |
| | | position: absolute; |
| | | top: 100px; |
| | | top: 105px; |
| | | left: 20px; |
| | | width: 160px; |
| | | bottom: 40px; |
| | | border: 1px solid #CCCCCC; |
| | | background-color: #F9F9F9; |
| | | overflow: auto; |
| | | /* css hack for IE */ |
| | | height: expression((parseInt(document.documentElement.clientHeight)-145)+'px'); |
| | | } |
| | | |
| | | #mailboxlist |
| | | { |
| | | width: 100%; |
| | | height: auto; |
| | | margin: 0px; |
| | | padding: 0px; |
| | | border: 1px solid #CCCCCC; |
| | | background-color: #F9F9F9; |
| | | list-style-image: none; |
| | | list-style-type: none; |
| | | overflow: hidden; |
| | |
| | | font-weight: bold; |
| | | } |
| | | |
| | | #messagelist thead tr td.sortedASC, |
| | | #messagelist thead tr td.sortedDESC |
| | | { |
| | | background-image: url(images/listheader_dark.gif); |
| | | } |
| | | |
| | | #messagelist tbody tr td |
| | | { |
| | | height: 16px !important; |
| | |
| | | #messageframe |
| | | { |
| | | position: absolute; |
| | | top: 70px; |
| | | top: 85px; |
| | | left: 200px; |
| | | right: 40px; |
| | | bottom: 40px; |
| | | border: 1px solid #cccccc; |
| | | background-color: #FFFFFF; |
| | | overflow: auto; |
| | | /* css hack for IE */ |
| | | margin-bottom: 50px; |
| | | width: expression(document.body.clientWidth-240); |
| | | /* margin-bottom: 10px; */ |
| | | width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); |
| | | } |
| | | |
| | | table.headers-table |
| | |
| | | |
| | | table.headers-table td.header-title |
| | | { |
| | | width: 70px; |
| | | width: 80px; |
| | | color: #666666; |
| | | font-weight: bold; |
| | | text-align: right; |
| | | white-space: nowrap; |
| | | padding-right: 4px; |
| | | } |
| | | |
| | |
| | | #messagebody |
| | | { |
| | | min-height: 300px; |
| | | margin-top: 10px; |
| | | margin-bottom: 50px; |
| | | padding-top: 10px; |
| | | padding-bottom: 10px; |
| | | background-color: #FFFFFF; |
| | | border: 1px solid #cccccc; |
| | | border-top: none; |
| | | } |
| | | |
| | | div.message-part |
| | | { |
| | | padding: 8px; |
| | | padding-top: 10px; |
| | | border-top: 1px solid #cccccc; |
| | | overflow: hidden; |
| | | } |
| | | |
| | |
| | | display: none; |
| | | height: 20px; |
| | | min-height: 20px; |
| | | margin: 8px 8px 0px 8px; |
| | | padding: 10px 10px 6px 46px; |
| | | margin-top: 8px; |
| | | } |
| | | |
| | | #remote-objects-message a |
| | |
| | | #compose-container |
| | | { |
| | | position: absolute; |
| | | top: 70px; |
| | | top: 90px; |
| | | left: 200px; |
| | | right: 40px; |
| | | bottom: 60px; |
| | | bottom: 40px; |
| | | padding: 0px; |
| | | margin: 0px; |
| | | /* css hack for IE */ |
| | | width: expression(document.documentElement.clientWidth-240); |
| | | /* height: expression((parseInt(document.documentElement.clientHeight)-130)+'px'); */ |
| | | height: expression((parseInt(document.documentElement.clientHeight)-130)+'px'); |
| | | } |
| | | |
| | | /* |
| | |
| | | #compose-body |
| | | { |
| | | margin-top: 10px; |
| | | width: 100% !important; |
| | | width: 99% !important; |
| | | width: 95%; |
| | | height: 95%; |
| | | min-height: 400px; |
| | | min-height: 300px; |
| | | font-size: 9pt; |
| | | font-family: "Courier New", Courier, monospace; |
| | | } |