| | |
| | | * Roundcube webmail styles for the Email section |
| | | * |
| | | * Copyright (c) 2012, The Roundcube Dev Team |
| | | * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com |
| | | * Screendesign by FLINT / B�ro f�r Gestaltung, bueroflint.com |
| | | * |
| | | * The contents are subject to the Creative Commons Attribution-ShareAlike |
| | | * License. It is allowed to copy, distribute, transmit and to adapt the work |
| | | * by keeping credits to the original autors in the README file. |
| | | * See http://creativecommons.org/licenses/by-sa/3.0/ for details. |
| | | * |
| | | * $Id$ |
| | | */ |
| | | |
| | | #mailview-left { |
| | |
| | | position: absolute; |
| | | right: 256px; |
| | | width: auto; |
| | | top: 7px; |
| | | top: 2px; |
| | | } |
| | | |
| | | #searchfilter select { |
| | |
| | | |
| | | #messagelist tbody tr td.attachment span.report { |
| | | background-position: -24px -1116px; |
| | | } |
| | | |
| | | .messagelist thead tr td.priority span.priority { |
| | | background-position: -24px -1845px; |
| | | } |
| | | |
| | | #messagelist tr td.priority span.prio5 { |
| | |
| | | border-radius: 3px; |
| | | } |
| | | |
| | | #messageheader .message-headers { |
| | | min-height: 60px; |
| | | } |
| | | |
| | | #messageheader #contactphoto { |
| | | display: block; |
| | | position: absolute; |
| | |
| | | color: #960; |
| | | border: 1px solid #ffdf0e; |
| | | background-color: #fef893; |
| | | background-position: 5px -85px; |
| | | background-position: 5px -83px; |
| | | padding: 6px 12px 4px 30px; |
| | | white-space: normal; |
| | | } |
| | |
| | | |
| | | #messagepartframe { |
| | | border: 0; |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | |
| | | /*** message composition ***/ |
| | |
| | | bottom: 0; |
| | | } |
| | | |
| | | #composequicksearch { |
| | | position: relative; |
| | | padding: 4px; |
| | | background: #c7e3ef; |
| | | } |
| | | |
| | | #composequicksearch .searchbox input { |
| | | width: 100%; |
| | | height: 26px; |
| | | -moz-box-sizing: border-box; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | #composequicksearch #searchmenulink { |
| | | width: 15px; |
| | | } |
| | | |
| | | #compose-contacts #directorylist { |
| | | border-bottom: 4px solid #c7e3ef; |
| | | } |