| | |
| | | position: absolute; |
| | | top: 42px; |
| | | left: 0; |
| | | width: 100%; |
| | | right: 0; |
| | | bottom: 0px; |
| | | overflow: visible; /* fixes display issues of fixed list header in IE */ |
| | | } |
| | | |
| | | #mailview-bottom { |
| | |
| | | position: absolute; |
| | | left: 0; |
| | | bottom: 0; |
| | | width: 100%; |
| | | 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-position: 6px -406px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox.trash.empty > a { |
| | | background-position: 6px -1924px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox.trash.empty.selected > a { |
| | | background-position: 6px -1948px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox.archive > a { |
| | | background-position: 6px -1699px; |
| | | } |
| | |
| | | |
| | | #mailboxlist li.mailbox ul li.trash.selected > a { |
| | | background-position: 23px -406px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li.trash.empty > a { |
| | | background-position: 23px -1924px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li.trash.empty.selected > a { |
| | | background-position: 23px -1948px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li.archive > a { |
| | |
| | | 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; |
| | |
| | | position: absolute; |
| | | top: 42px; |
| | | left: 0; |
| | | width: 100%; |
| | | right: 0; |
| | | bottom: 0px; |
| | | overflow: hidden; |
| | | } |