comparison skins/classic/embed.css @ 0:4681f974d28b

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:52:31 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4681f974d28b
1 /**
2 * Roundcube webmail "embedded" stylesheets
3 *
4 * Copyright (c) 2013, The Roundcube Dev Team
5 *
6 * The contents are subject to the Creative Commons Attribution-ShareAlike
7 * License. It is allowed to copy, distribute, transmit and to adapt the work
8 * by keeping credits to the original autors in the README file.
9 * See http://creativecommons.org/licenses/by-sa/3.0/ for details.
10 */
11
12 .rcmail-inline-message {
13 font-family: sans-serif;
14 font-size: 14px;
15 color: #000;
16 margin-bottom: .8em;
17 min-height: 30px;
18 padding: 10px 10px 6px 46px;
19 background: url(images/display/icons.png?v=e866.4201) 6px 3px no-repeat #F7FDCB;
20 border: 1px solid #C2D071;
21 }
22
23 .rcmail-inline-warning {
24 background-position: 6px -92px;
25 }
26
27 .rcmail-inline-message > button {
28 margin-left: 1em;
29 vertical-align: baseline;
30 }
31
32 .rcmail-inline-message em {
33 font-size: 90%;
34 color: #666;
35 }
36
37 .rcmail-inline-buttons {
38 margin-bottom: 0;
39 }