| | |
| | | position: absolute; |
| | | top: 42px; |
| | | left: 0; |
| | | width: 100%; |
| | | bottom: 28px; |
| | | } |
| | | |
| | | #mailview-top.fullheight { |
| | | border-radius: 4px 4px 0 0; |
| | | right: 0; |
| | | bottom: 0px; |
| | | } |
| | | |
| | | #mailview-bottom { |
| | | display: none; |
| | | position: absolute; |
| | | left: 0; |
| | | bottom: 0; |
| | | width: 100%; |
| | | height: 27px; |
| | | right: 0; |
| | | height: 0; |
| | | border-radius: 4px; |
| | | border-top: none; |
| | | } |
| | | |
| | | #composeview-right #mailview-bottom { |
| | | border-radius: 0 0 4px 4px; |
| | | } |
| | | |
| | | #folderlist-header { |
| | | width: 100%; |
| | | height: 12px; |
| | | top: 32px; |
| | | } |
| | | |
| | | #mailboxcontainer, |
| | |
| | | background: -ms-linear-gradient(top, #ebebeb 0%, #c6c6c6 100%); |
| | | background: linear-gradient(top, #ebebeb 0%, #c6c6c6 100%); |
| | | border-radius: 0 0 4px 4px; |
| | | } |
| | | |
| | | #mailview-top.fullheight #messagelistfooter { |
| | | border-radius: 0; |
| | | } |
| | | |
| | | #messagelistfooter.rightalign { |
| | |
| | | right: 0; |
| | | } |
| | | |
| | | #messagetoolbar .toolbarselect { |
| | | position: absolute; |
| | | bottom: 6px; |
| | | right: 3px; |
| | | } |
| | | |
| | | #messagesearchtools { |
| | | position: absolute; |
| | | right: 0; |
| | |
| | | |
| | | |
| | | /*** message list ***/ |
| | | |
| | | /* this is necessary to make FF3 display borders */ |
| | | body:-moz-last-node #messagelist { |
| | | border-collapse: separate; |
| | | } |
| | | |
| | | table.messagelist { |
| | | z-index: 1; |
| | |
| | | |
| | | .messagelist tr td.date { |
| | | width: 155px; |
| | | } |
| | | |
| | | .messagelist tr td.folder { |
| | | width: 135px; |
| | | } |
| | | |
| | | .messagelist tr td.hidden { |
| | | display: none; |
| | | } |
| | | |
| | | .messagelist tr.message { |
| | |
| | | top: 0; |
| | | left: 0; |
| | | width: 100%; |
| | | bottom: 28px; |
| | | bottom: 0px; |
| | | } |
| | | |
| | | #messagecontframe { |
| | |
| | | top: 110px; |
| | | left: 0; |
| | | width: 100%; |
| | | bottom: 27px; |
| | | bottom: 1px; |
| | | overflow: auto; |
| | | -webkit-overflow-scrolling: touch; |
| | | } |
| | |
| | | position: absolute; |
| | | top: 42px; |
| | | left: 0; |
| | | width: 100%; |
| | | bottom: 28px; |
| | | border-radius: 4px 4px 0 0; |
| | | border-bottom: none; |
| | | right: 0; |
| | | bottom: 0px; |
| | | overflow: hidden; |
| | | } |
| | | |
| | |
| | | left: 0; |
| | | right: 260px; |
| | | bottom: 0; |
| | | border-radius: 0 0 0 4px; |
| | | } |
| | | |
| | | #composebodycontainer.buttons { |
| | |
| | | bottom: 0; |
| | | width: 99%; |
| | | border: 0; |
| | | border-radius: 0; |
| | | border-radius: 0 0 0 4px; |
| | | padding: 8px 0 8px 8px; |
| | | resize: none; |
| | | font-family: monospace; |