| | |
| | | border: 1px solid #CCC; |
| | | padding: 1px; |
| | | opacity: 0.9; |
| | | filter:alpha(opacity=90); |
| | | z-index: 240; |
| | | } |
| | | |
| | |
| | | width: expression(parseInt(document.getElementById('mailcontframe').clientWidth)+'px'); |
| | | } |
| | | |
| | | /* safari hack \*/ |
| | | html>body*#messagelist[id$="messagelist"]:not([class="none"]) { table-layout: auto; } |
| | | /**/ |
| | | |
| | | #messagelist thead tr td |
| | | { |
| | | height: 20px; |
| | |
| | | text-decoration: none; |
| | | white-space: nowrap; |
| | | cursor: inherit; |
| | | } |
| | | |
| | | #messagelist tbody tr td.subject a |
| | | { |
| | | cursor: default; |
| | | } |
| | | |
| | | #messagelist col |
| | |
| | | color: #CCCCCC; |
| | | } |
| | | |
| | | /* safari hacks \*/ |
| | | html>body*#messagelist[id$="messagelist"]:not([class="none"]) { width: 99.8%; } |
| | | html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.flag, |
| | | html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.icon { width: 20px; } |
| | | html>body*input[type$="file"]:not([class="none"]) { background-color: transparent; border: 0; } |
| | | /**/ |
| | | |
| | | #quotadisplay |
| | | { |
| | |
| | | |
| | | |
| | | #messageframe |
| | | { |
| | | position: absolute; |
| | | top: 0px; |
| | | left: 170px; |
| | | right: 0px; |
| | | bottom: 0px; |
| | | border: 1px solid #999; |
| | | background-color: #FFF; |
| | | overflow: auto; |
| | | /* css hack for IE */ |
| | | width: expression((parseInt(this.parentNode.offsetWidth)-170)+'px'); |
| | | height: expression((parseInt(this.parentNode.offsetHeight))+'px'); |
| | | } |
| | | |
| | | #printmessageframe |
| | | { |
| | | position: absolute; |
| | | top: 0px; |
| | |
| | | |
| | | table.headers-table td.header-title |
| | | { |
| | | width: 85px; |
| | | width: 80px; |
| | | color: #666666; |
| | | font-weight: bold; |
| | | text-align: right; |
| | |
| | | #messagebody |
| | | { |
| | | position:relative; |
| | | min-height: 300px; |
| | | padding-bottom: 10px; |
| | | background-color: #FFFFFF; |
| | | } |
| | |
| | | padding: 0px; |
| | | font-family: monospace; |
| | | white-space: -moz-pre-wrap !important; |
| | | white-space: -o-pre-wrap !important; |
| | | white-space: pre-wrap !important; |
| | | white-space: pre; |
| | | word-wrap: break-word; /* IE (and Safari) */ |
| | | } |
| | |
| | | border-bottom: 0; |
| | | } |
| | | |
| | | table.headers-table tr td.all |
| | | { |
| | | padding: 2px 6px 4px 6px; |
| | | border-bottom: 0; |
| | | } |
| | | |
| | | td.show-headers |
| | | { |
| | | background: url(images/icons/down_small.gif) no-repeat center; |