| | |
| | | |
| | | .headers-table td { |
| | | color: #666; |
| | | padding: 2px 8px; |
| | | padding: 1px 8px; |
| | | } |
| | | |
| | | .headers-table td.header, |
| | |
| | | |
| | | .headers-table td.subject { |
| | | color: #333; |
| | | font-size: 110%; |
| | | font-weight: bold; |
| | | } |
| | | |
| | |
| | | |
| | | #messagecontent .rightcol, |
| | | #messagepreview .rightcol { |
| | | float: right; |
| | | /* |
| | | position: absolute; |
| | | top: 10px; |
| | | right: 10px; |
| | | height: 90%; |
| | | */ |
| | | right: 8px; |
| | | width: 230px; |
| | | margin: 8px; |
| | | min-height: 200px; |
| | | background: #f0f0f0; |
| | | padding: 8px; |
| | | border-radius: 4px; |
| | | z-index: 1; |
| | | } |
| | | |
| | | #messagecontent .rightcol { |
| | | margin-top: 8px; |
| | | } |
| | | |
| | | #messagebody { |
| | | position: relative; |
| | | margin: 8px; |
| | | } |
| | | |
| | | #messagebody.mailvelope > iframe { |
| | | width: 99% !important; |
| | | } |
| | | |
| | | #message-objects div, |
| | |
| | | } |
| | | |
| | | div.message-partheaders .headers-table td.header-title { |
| | | width: auto; |
| | | width: 1%; |
| | | padding-left: 0; |
| | | vertical-align: top; |
| | | } |
| | | |
| | | div.message-partheaders .headers-table td.header { |
| | | width: 88%; |
| | | width: 99%; |
| | | } |
| | | |
| | | #messagebody > hr { |