| | |
| | | #messagetoolbar |
| | | { |
| | | position: absolute; |
| | | top: 45px; |
| | | top: 47px; |
| | | left: 200px; |
| | | right: 200px; |
| | | height: 35px; |
| | | white-space: nowrap; |
| | | /* border: 1px solid #cccccc; */ |
| | | /* css hack for IE */ |
| | | width: expression((parseInt(document.documentElement.clientWidth)-400)+'px'); |
| | | } |
| | | |
| | | #messagetoolbar a |
| | |
| | | { |
| | | position: absolute; |
| | | left: 375px; |
| | | top: 10px; |
| | | top: 8px; |
| | | } |
| | | |
| | | #messagetoolbar select.mboxlist option |
| | |
| | | top: 32px; |
| | | left: 90px; |
| | | width: auto; |
| | | visibility: hidden; |
| | | display: none; |
| | | background-color: #F9F9F9; |
| | | border: 1px solid #CCC; |
| | | padding: 1px; |
| | |
| | | ul.toolbarmenu li a.active:hover |
| | | { |
| | | background-color: #ddd; |
| | | } |
| | | |
| | | #searchfilter |
| | | { |
| | | position: absolute; |
| | | right: 18px; |
| | | top: 8px; |
| | | text-align: right; |
| | | } |
| | | |
| | | #searchfilter label |
| | | { |
| | | font-size: 11px; |
| | | } |
| | | |
| | | #listcontrols a, |
| | |
| | | #mailboxlist |
| | | { |
| | | position:relative; |
| | | width: 100%; |
| | | height: auto; |
| | | margin: 0px; |
| | | padding: 0px; |
| | |
| | | display: table; |
| | | table-layout: fixed; |
| | | /* css hack for IE */ |
| | | width: expression(parseInt(document.getElementById('mailcontframe').clientWidth)+'px'); |
| | | width: expression('auto'); |
| | | } |
| | | |
| | | #messagelist thead tr td |
| | |
| | | vertical-align: middle; |
| | | } |
| | | |
| | | #messagelist thead tr td.size |
| | | { |
| | | text-align: left; |
| | | } |
| | | |
| | | #messagelist tr td.from, |
| | | #messagelist tr td.to |
| | | { |
| | |
| | | { |
| | | vertical-align: middle; |
| | | margin-left: 4px; |
| | | border: 1px solid #666666; |
| | | border: 1px solid #999; |
| | | } |
| | | |
| | | |
| | |
| | | height: expression((parseInt(this.parentNode.offsetHeight))+'px'); |
| | | } |
| | | |
| | | #messagecanvas |
| | | { |
| | | /* css hack for IE */ |
| | | width: expression((parseInt(this.parentNode.offsetWidth)-20)+'px'); |
| | | } |
| | | |
| | | #printmessageframe |
| | | { |
| | | position: absolute; |
| | |
| | | |
| | | div.messageheaderbox |
| | | { |
| | | position: relative; |
| | | margin: 6px 8px 0px 8px; |
| | | border: 1px solid #ccc; |
| | | } |
| | |
| | | color: #0000CC; |
| | | } |
| | | |
| | | div.message-part pre, |
| | | div.message-htmlpart pre, |
| | | div.message-part div.pre |
| | | { |
| | | margin: 0px; |
| | |
| | | border-right: 2px solid #bb0000; |
| | | } |
| | | |
| | | body.iframe |
| | | { |
| | | /* css hack for IE */ |
| | | width: expression((parseInt(document.documentElement.clientWidth))+'px'); |
| | | } |
| | | |
| | | body.iframe div.message-htmlpart |
| | | { |
| | | margin: 8px; |
| | |
| | | #messageviewlink |
| | | { |
| | | position: absolute; |
| | | top: 1px; |
| | | right: 1px; |
| | | top: 8px; |
| | | right: 10px; |
| | | width: 15px; |
| | | height: 15px; |
| | | border: 0; |
| | |
| | | { |
| | | position: absolute; |
| | | top: 90px; |
| | | left: 200px; |
| | | left: 190px; |
| | | right: 25px; |
| | | bottom: 30px; |
| | | margin: 0px; |
| | | /* css hack for IE */ |
| | | width: expression((parseInt(document.documentElement.clientWidth)-220)+'px'); |
| | | width: expression((parseInt(document.documentElement.clientWidth)-210)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-120)+'px'); |
| | | } |
| | | |
| | |
| | | overflow: hidden; |
| | | } |
| | | |
| | | #compose-attachments ul li img |
| | | { |
| | | padding-right: 2px; |
| | | vertical-align: middle; |
| | | } |
| | | |
| | | #attachment-title |
| | | { |
| | | background: url(images/icons/attachment.png) top left no-repeat; |