From 98b7b548a229600f7653cd67d9aae43675938143 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 25 Oct 2013 10:50:25 -0400
Subject: [PATCH] Merge branch 'dev-canned-responses'

---
 skins/larry/settings.css |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/skins/larry/settings.css b/skins/larry/settings.css
index 6afa48c..a769ac4 100644
--- a/skins/larry/settings.css
+++ b/skins/larry/settings.css
@@ -130,6 +130,14 @@
 	background-position: 6px -1819px;
 }
 
+#settings-sections span.responses a {
+	background-position: 6px -1972px;
+}
+
+#settings-sections span.responses.selected a {
+	background-position: 6px -1996px;
+}
+
 #sections-table #rcmrowgeneral td.section {
 	background-position: 6px -573px;
 }
@@ -206,6 +214,10 @@
 	text-overflow: ellipsis;
 }
 
+#identities-table tbody tr.readonly td {
+	font-style: italic;
+}
+
 #folder-details,
 #identity-details {
 	position: absolute;

--
Gitblit v1.9.1