| | |
| | | background-position: -512px 0; |
| | | } |
| | | |
| | | #messagetoolbar select.mboxlist |
| | | { |
| | | position: relative; |
| | | margin: 0 8px; |
| | | top: 7px; |
| | | } |
| | | |
| | | #messagetoolbar select.mboxlist option |
| | | { |
| | | padding-left: 15px; |
| | | } |
| | | |
| | | #messagetoolbar select.mboxlist option[value=""] |
| | | { |
| | | padding-left: 2px; |
| | | } |
| | | |
| | | #messagemenu li a.active:hover, |
| | | #attachmentmenu li a.active:hover, |
| | | #markmessagemenu li a.active:hover |
| | |
| | | display: block; |
| | | position: relative; |
| | | font-size: 11px; |
| | | background: url(images/icons/folders.png) 5px 0 no-repeat; |
| | | border-bottom: 1px solid #EBEBEB; |
| | | } |
| | | |
| | | #mailboxlist li ul li:last-child |
| | | { |
| | | border-bottom: none; |
| | | border-bottom: 0 none; |
| | | } |
| | | |
| | | #mailboxlist li.inbox |
| | |
| | | padding-bottom: 2px; |
| | | text-decoration: none; |
| | | height: 15px; |
| | | background: url(images/icons/folders.png) 5px 0 no-repeat; |
| | | } |
| | | |
| | | #mailboxlist li.unread |
| | |
| | | padding: 0; |
| | | margin: 0; |
| | | border-top: 1px solid #EBEBEB; |
| | | padding-left: 15px; |
| | | background-position: 25px 1px; |
| | | background-color: #FFF; |
| | | color: blue; |
| | | font-weight: normal; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li a { |
| | | padding-left: 36px; /* 20 + 1 x 16 */ |
| | | background-position: 16px 0; /* 1 x 16 */ |
| | | } |
| | | #mailboxlist li.mailbox ul li div.treetoggle { |
| | | left: 19px !important; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul ul li.mailbox a { |
| | | padding-left: 52px; /* 2x */ |
| | | background-position: 32px 0; |
| | | } |
| | | #mailboxlist li.mailbox ul ul li div.treetoggle { |
| | | left: 35px !important; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul ul ul li.mailbox a { |
| | | padding-left: 68px; /* 3x */ |
| | | background-position: 48px 0; |
| | | } |
| | | #mailboxlist li.mailbox ul ul ul li div.treetoggle { |
| | | left: 51px !important; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul ul ul ul li.mailbox a { |
| | | padding-left: 84px; /* 4x */ |
| | | background-position: 64px 0; |
| | | } |
| | | #mailboxlist li.mailbox ul ul ul ul li div.treetoggle { |
| | | left: 70px !important; |
| | | } |
| | | |
| | | /* indent folders on levels > 4 */ |
| | | #mailboxlist li.mailbox ul ul ul ul ul li { |
| | | padding-left: 16px; |
| | | } |
| | | #mailboxlist li.mailbox ul ul ul ul ul li div.treetoggle { |
| | | left: 89px !important; |
| | | } |
| | | |
| | | #listcontrols |
| | |
| | | color: #CC0000; |
| | | } |
| | | |
| | | /* This padding-left minus the focused padding left should be half of the focused border-left */ |
| | | .messagelist thead tr td:first-child, |
| | | .messagelist tbody tr td:first-child { |
| | | border-left: 0; |
| | | padding-left: 6px; |
| | | } |
| | | |
| | | /* because of border-collapse, we make the left border twice what we want it to be - half will be hidden to the left */ |
| | | .messagelist tbody tr.focused > td:first-child { |
| | | border-left: 4px solid #d4d4d4; |
| | | padding-left: 4px; |
| | | } |
| | | |
| | | .messagelist tbody tr.selected.focused > td:first-child { |
| | | border-left: 2px solid #ccc; |
| | | padding-left: 5px; |
| | | } |
| | | |
| | | .messagelist tr.selected td |
| | | { |
| | | color: #FFFFFF; |