| | |
| | | margin: 0 2px; |
| | | } |
| | | |
| | | ul.toolbarmenu li.separator |
| | | ul.toolbarmenu li.separator_below |
| | | { |
| | | height: 1px; |
| | | font-size: 1pt; |
| | | border-bottom: 1px solid #ccc; |
| | | margin: 1px 1px 2px 1px; |
| | | padding: 0; |
| | | margin-bottom: 2px; |
| | | padding-bottom: 2px; |
| | | } |
| | | |
| | | ul.toolbarmenu li.separator_above |
| | | { |
| | | border-top: 1px solid #ccc; |
| | | margin-top: 2px; |
| | | padding-top: 2px; |
| | | } |
| | | |
| | | #messagemenu li a.active:hover, |
| | |
| | | height: 12px; |
| | | margin: 0; |
| | | padding: 3px 10px 4px 10px; |
| | | background-color: #EBEBEB; |
| | | background-image: url(images/listheader_aqua.gif); |
| | | background: url('images/listheader.gif') top left repeat-x #CCC; |
| | | border-bottom: 1px solid #999; |
| | | color: #333333; |
| | | font-size: 11px; |
| | |
| | | display: block; |
| | | position: relative; |
| | | font-size: 11px; |
| | | background: url(images/icons/folder-closed.png) no-repeat; |
| | | background-position: 5px 1px; |
| | | background: url('images/icons/folders.png') 5px 1px no-repeat; |
| | | border-bottom: 1px solid #EBEBEB; |
| | | } |
| | | |
| | |
| | | |
| | | #mailboxlist li div.collapsed |
| | | { |
| | | background: url(images/icons/collapsed.png) bottom right no-repeat; |
| | | background: url('images/icons/collapsed.png') bottom right no-repeat; |
| | | } |
| | | |
| | | #mailboxlist li div.expanded |
| | | { |
| | | background: url(images/icons/expanded.png) bottom right no-repeat; |
| | | background: url('images/icons/expanded.png') bottom right no-repeat; |
| | | } |
| | | |
| | | #mailboxlist li.inbox |
| | | { |
| | | background-image: url(images/icons/folder-inbox.png); |
| | | background-position: 5px -19px; |
| | | } |
| | | |
| | | #mailboxlist li.drafts |
| | | { |
| | | background-image: url(images/icons/folder-drafts.png); |
| | | background-position: 5px -40px; |
| | | } |
| | | |
| | | #mailboxlist li.sent |
| | | { |
| | | background-image: url(images/icons/folder-sent.png); |
| | | background-position: 5px -60px; |
| | | } |
| | | |
| | | #mailboxlist li.junk |
| | | { |
| | | background-image: url(images/icons/folder-junk.png); |
| | | background-position: 5px -80px; |
| | | } |
| | | |
| | | #mailboxlist li.trash |
| | | { |
| | | background-image: url(images/icons/folder-trash.png); |
| | | background-position: 5px -100px; |
| | | } |
| | | |
| | | #mailboxlist li a |
| | |
| | | vertical-align: middle; |
| | | border-bottom: 1px solid #999999; |
| | | color: #333333; |
| | | background-color: #EBEBEB; |
| | | background-image: url(images/listheader_aqua.gif); |
| | | background: url('images/listheader.gif') top left repeat-x #CCC; |
| | | font-size: 11px; |
| | | font-weight: bold; |
| | | } |
| | |
| | | #messagelist thead tr td.sortedASC, |
| | | #messagelist thead tr td.sortedDESC |
| | | { |
| | | background-image: url(images/listheader_dark.gif); |
| | | background-position: 0 -20px; |
| | | } |
| | | |
| | | #messagelist thead tr td.sortedASC a |
| | | { |
| | | background: url(images/sort_asc.gif) top right no-repeat; |
| | | background: url('images/icons/sort.gif') right 0 no-repeat; |
| | | } |
| | | |
| | | #messagelist thead tr td.sortedDESC a |
| | | { |
| | | background: url(images/sort_desc.gif) top right no-repeat; |
| | | background: url('images/icons/sort.gif') right -14px no-repeat; |
| | | } |
| | | |
| | | #messagelist thead tr td a |
| | |
| | | color: #666666; |
| | | text-align: left; |
| | | padding-right: 10px; |
| | | vertical-align: center; |
| | | text-align: center; |
| | | padding: 2px 6px 4px 6px; |
| | | border-bottom: 0; |
| | | } |
| | | |
| | | table.headers-table tr td.more-headers |
| | | { |
| | | cursor: pointer; |
| | | width: 100%; |
| | | height: 8px; |
| | | border-bottom: 0; |
| | | } |
| | | |
| | | #attachment-list |
| | |
| | | #attachment-form div.buttons |
| | | { |
| | | margin-top: 4px; |
| | | } |
| | | |
| | | table.headers-table tr td.more-headers |
| | | { |
| | | cursor: pointer; |
| | | width: 100%; |
| | | height: 8px; |
| | | border-bottom: 0; |
| | | } |
| | | |
| | | table.headers-table tr td.all |
| | | { |
| | | padding: 2px 6px 4px 6px; |
| | | border-bottom: 0; |
| | | } |
| | | |
| | | td.show-headers |