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/classic/mail.css |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/skins/classic/mail.css b/skins/classic/mail.css
index 4d1f7fd..73c6e79 100644
--- a/skins/classic/mail.css
+++ b/skins/classic/mail.css
@@ -155,6 +155,10 @@
   background-position: -416px -32px;
 }
 
+#messagetoolbar a.responses {
+  background-position: -512px 0;
+}
+
 #messagetoolbar select.mboxlist
 {
   position: relative;
@@ -255,7 +259,7 @@
   top: 0;
   left: 0;
   bottom: 0;
-  width: 195px;
+  width: 160px;
 }
 
 #mailrightcontainer
@@ -1568,6 +1572,7 @@
 #compose-attachments ul li
 {
   height: 18px;
+  line-height: 16px;
   font-size: 11px;
   padding-left: 2px;
   padding-top: 2px;
@@ -1720,6 +1725,11 @@
   background: url("images/icons/groupactions.png") no-repeat right -70px;
 }
 
+#abookactions a.disabled
+{
+  color: #999;
+}
+
 #compose-contacts #quicksearchbar
 {
   top: 2px;

--
Gitblit v1.9.1