From 519213426c49c44297886c3e04f2bacac0d97d1d Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 29 Jan 2014 09:53:38 -0500
Subject: [PATCH] Small CSS fix with message notice boxes in Larry skin (#1489497)

---
 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 7311b04..0a90549 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -1066,14 +1066,13 @@
 	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 @@
 	margin-left: 10px;
 }
 
+#message-objects div a.button {
+	display: inline;
+}
+
 div.message-part,
 div.message-htmlpart,
 div.message-partheaders {

--
Gitblit v1.9.1