From a3b85d7b8560cdc1057fcaffa3acbd247b4b5b7a Mon Sep 17 00:00:00 2001
From: Thomas B. <thomas@roundcube.net>
Date: Mon, 07 Oct 2013 13:19:03 -0400
Subject: [PATCH] Merge pull request #133 from cwickert/release-0.9-canned-responses

---
 skins/larry/embed.css |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/skins/larry/embed.css b/skins/larry/embed.css
index 8c4e95d..2c8ba39 100644
--- a/skins/larry/embed.css
+++ b/skins/larry/embed.css
@@ -11,11 +11,12 @@
 
 .rcmail-inline-message {
 	font-family: sans-serif;
-	font-size: 14px;
-	color: #333;
+	font-size: 11px;
+	font-weight: bold;
+	color: #996600;
 	border: 1px solid #ffdf0e;
-	background-color: #fef893;
-	padding: 0.6em 1em;
+	background: url("images/messages.png") no-repeat scroll 5px -83px #fef893;
+	padding: 6px 12px 4px 30px;
 	margin-bottom: 0.8em;
 }
 
@@ -26,7 +27,6 @@
 
 .rcmail-inline-message em {
 	font-size: 90%;
-	color: #666;
 }
 
 .rcmail-inline-buttons {

--
Gitblit v1.9.1