| | |
| | | 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); |
| | |
| | | width: 95%; |
| | | font-weight: bold; |
| | | } |
| | | |
| | | |
| | | #attachment-list |
| | | { |
| | | margin: 0px; |
| | |
| | | height: 18px; |
| | | list-style-image: none; |
| | | list-style-type: none; |
| | | background-color: #DFDFDF; |
| | | background: url(images/icons/attachment.png) no-repeat #DFDFDF; |
| | | background-position: 52px 1px; |
| | | background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF; |
| | | border-bottom: 1px solid #FFFFFF; |
| | | } |
| | | |
| | |
| | | #priority-selector |
| | | { |
| | | position: absolute; |
| | | left: 220px; |
| | | left: 280px; |
| | | top: 10px; |
| | | } |
| | | |
| | | #receipt-selector |
| | | { |
| | | position: absolute; |
| | | left: 390px; |
| | | left: 450px; |
| | | top: 10px; |
| | | } |
| | | |
| | |
| | | { |
| | | height: 18px; |
| | | font-size: 11px; |
| | | padding-left: 26px; |
| | | padding-left: 2px; |
| | | padding-top: 2px; |
| | | padding-right: 4px; |
| | | background: url(images/icons/attachment.png) no-repeat; |
| | | background-position: 4px 1px; |
| | | border-bottom: 1px solid #EBEBEB; |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | } |
| | | |
| | | #attachment-title |
| | | { |
| | | background: url(images/icons/attachment.png) top left no-repeat; |
| | | padding: 0px 0px 3px 22px; |
| | | } |
| | | |
| | | #attachment-form |
| | | { |
| | | position: absolute; |