From 519213426c49c44297886c3e04f2bacac0d97d1d Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 29 Jan 2014 15:53:38 +0100 Subject: Small CSS fix with message notice boxes in Larry skin (#1489497) --- skins/larry/mail.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'skins') 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 { -- cgit v1.2.3