| | |
| | | /** |
| | | * Roundcube webmail styles for skin "Larry" |
| | | * |
| | | * Copyright (c) 2012, The Roundcube Dev Team |
| | | * Copyright (c) 2012-2015, The Roundcube Dev Team |
| | | * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com |
| | | * |
| | | * The contents are subject to the Creative Commons Attribution-ShareAlike |
| | |
| | | body.noscroll { |
| | | /* also avoids bounce effect in Chrome and Safari */ |
| | | overflow: hidden; |
| | | } |
| | | |
| | | .iphone body.noscroll { |
| | | /* revert on iPhone (#1490551) */ |
| | | overflow: auto; |
| | | } |
| | | |
| | | a { |
| | |
| | | /*** message bar ***/ |
| | | |
| | | #message div.loading, |
| | | #message div.uploading, |
| | | #message div.warning, |
| | | #message div.error, |
| | | #message div.notice, |
| | |
| | | background-position: 0 -25px; |
| | | } |
| | | |
| | | #messagestack div.uploading, |
| | | #messagestack div.loading { |
| | | color: #ddd; |
| | | } |
| | | |
| | | #messagestack div.uploading:after, |
| | | #messagestack div.loading:after { |
| | | top: 4px; |
| | | left: 6px; |
| | |
| | | |
| | | .scroller { |
| | | overflow: auto; |
| | | } |
| | | |
| | | .readtext { |
| | | width: 42em; |
| | | padding: 12px; |
| | | font-size: 12px; |
| | | } |
| | | |
| | | .readtext > h1, |
| | | .readtext > h2, |
| | | .readtext > h3 { |
| | | margin-top: 0; |
| | | } |
| | | |
| | | .watermark { |
| | |
| | | line-height: 16px !important; |
| | | vertical-align: text-top !important; |
| | | } |
| | | |
| | | _:not(), _:-moz-handler-blocked, .mozilla .mce-btn-small i { |
| | | line-height: 20px !important; |
| | | } |