| | |
| | | background-image: url(images/icons/folder-inbox.png); |
| | | } |
| | | |
| | | #mailboxlist li.drafts |
| | | { |
| | | background-image: url(images/icons/folder-drafts.png); |
| | | } |
| | | |
| | | #mailboxlist li.sent |
| | | { |
| | | background-image: url(images/icons/folder-sent.png); |
| | |
| | | color: #FFFFFF; |
| | | } |
| | | |
| | | #messagelist tr.deleted td a.rcmContactAddress |
| | | { |
| | | color: #CCCCCC; |
| | | } |
| | | |
| | | #messagelist tr.deleted td, |
| | | #messagelist tr.deleted td a |
| | | { |
| | |
| | | #priority-selector |
| | | { |
| | | position: absolute; |
| | | left: 180px; |
| | | left: 280px; |
| | | top: 10px; |
| | | } |
| | | |
| | | #receipt-selector |
| | | { |
| | | position: absolute; |
| | | left: 350px; |
| | | left: 450px; |
| | | top: 10px; |
| | | } |
| | | |