diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-01-29 15:53:38 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-01-29 15:53:38 +0100 |
commit | 519213426c49c44297886c3e04f2bacac0d97d1d (patch) | |
tree | e52be4512f860b8f30d7e44f599b3611f3cffc5a /skins/larry/mail.css | |
parent | 700e3cc76d6af8c880e02f8fb8311dbea81e1159 (diff) |
Small CSS fix with message notice boxes in Larry skin (#1489497)
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 7311b04f7..0a90549c1 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1066,14 +1066,13 @@ div.hide-headers { margin: 8px; } -#message-objects div.notice, -#message-buttons div.notice { +#message-objects div.notice { display: block; color: #960; border: 1px solid #ffdf0e; background-color: #fef893; background-position: 5px -83px; - padding: 6px 12px 4px 30px; + padding: 8px 12px 8px 30px; white-space: normal; } @@ -1082,6 +1081,10 @@ div.hide-headers { margin-left: 10px; } +#message-objects div a.button { + display: inline; +} + div.message-part, div.message-htmlpart, div.message-partheaders { |