| | |
| | | /** |
| | | * Roundcube webmail styles for the Email section |
| | | * |
| | | * Copyright (c) 2011, The Roundcube Dev Team |
| | | * Copyright (c) 2012, The Roundcube Dev Team |
| | | * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com |
| | | * |
| | | * The contents are subject to the Creative Commons Attribution-ShareAlike |
| | |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul { |
| | | list-style: none; |
| | | margin: 0; |
| | | padding: 0; |
| | | border-top: 1px solid #bbd3da; |
| | | } |
| | |
| | | #mailboxlist li.mailbox div.expanded { |
| | | position: absolute; |
| | | top: 13px; |
| | | left: 20px; |
| | | width: 14px; |
| | | height: 14px; |
| | | left: 19px; |
| | | width: 13px; |
| | | height: 13px; |
| | | background: url(images/listicons.png) -3px -144px no-repeat; |
| | | cursor: pointer; |
| | | } |
| | |
| | | background-position: -3px -168px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox.selected > div.collapsed { |
| | | background-position: -23px -144px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox.selected > div.expanded { |
| | | background-position: -23px -168px; |
| | | } |
| | | |
| | | |
| | | #mailboxlist li.mailbox ul li div.collapsed, |
| | | #mailboxlist li.mailbox ul li div.expanded { |
| | | left: 45px; |
| | | left: 43px; |
| | | top: 14px; |
| | | } |
| | | |
| | |
| | | padding: 2px 3px; |
| | | } |
| | | |
| | | .chrome #messagelist tr td.attachment, |
| | | .chrome #messagelist tr td.threads, |
| | | .chrome #messagelist tr td.status, |
| | | .chrome #messagelist tr td.flag, |
| | | .chrome #messagelist tr td.priority { |
| | | .webkit #messagelist tr td.attachment, |
| | | .webkit #messagelist tr td.threads, |
| | | .webkit #messagelist tr td.status, |
| | | .webkit #messagelist tr td.flag, |
| | | .webkit #messagelist tr td.priority { |
| | | width: 26px; |
| | | } |
| | | |
| | |
| | | width: 26px; |
| | | } |
| | | |
| | | .chrome #messagelist tr td.threads { |
| | | .webkit #messagelist tr td.threads { |
| | | width: 30px; |
| | | } |
| | | |
| | |
| | | background-position: -24px -1036px; |
| | | } |
| | | |
| | | #messagelist tr td.flag span.unflagged:hover, |
| | | #messagelist tr td.status span.msgicon:hover { |
| | | background-position: 0 -1056px; |
| | | background-position: -23px -1056px; |
| | | } |
| | | |
| | | #messagelist tr td.flag span.unflagged:hover { |
| | | background-position: -23px -1076px; |
| | | } |
| | | |
| | | #messagelist tr td.subject span.msgicon, |
| | |
| | | #composeheaders { |
| | | position: relative; |
| | | padding: 3px 0; |
| | | background: #fff; |
| | | background: #f9f9f9; |
| | | background: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%); |
| | | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e9e9e9)); |
| | | background: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%); |
| | |
| | | position: relative; |
| | | color: #666; |
| | | text-align: center; |
| | | background-color: #EBEBEB; |
| | | background-color: #f9f9f9; |
| | | background: -moz-linear-gradient(top, #eaeaea 0%, #e9e9e9 100%); |
| | | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#e9e9e9)); |
| | | background: -o-linear-gradient(top, #eaeaea 0%, #e9e9e9 100%); |
| | | background: -ms-linear-gradient(top, #eaeaea 0%, #e9e9e9 100%); |
| | | background: linear-gradient(top, #eaeaea 0%, #e9e9e9 100%); |
| | | } |
| | | |
| | | div.more-headers { |
| | |
| | | border-bottom: 4px solid #c7e3ef; |
| | | } |
| | | |
| | | #compose-contacts .scroller { |
| | | top: 65px; |
| | | border-top: 1px solid #fff; |
| | | } |
| | | |
| | | #contacts-table { |
| | | table-layout: fixed; |
| | | } |
| | |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | #contacts-table tr:first-child td { |
| | | border-top: 0; |
| | | } |
| | | |
| | | #compose-contacts li.addressbook a { |
| | | background-position: 6px -766px; |
| | | } |