From f0b2ed87fc67f8bbba522a60395099cb0d622c6a Mon Sep 17 00:00:00 2001
From: Thomas <thomas@roundcube.net>
Date: Thu, 17 Oct 2013 03:12:01 -0400
Subject: [PATCH] Revert "Backported the canned responses feature to this release branch"

---
 skins/larry/styles.css |   36 ++----------------------------------
 1 files changed, 2 insertions(+), 34 deletions(-)

diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 8c86f9f..39f01f7 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1388,20 +1388,6 @@
 	font-size: 12px;
 }
 
-.propform div.prop {
-	margin-bottom: 0.5em;
-}
-
-.propform div.prop.block label {
-	display: block;
-	margin-bottom: 0.3em;
-}
-
-.propform div.prop.block input,
-.propform div.prop.block textarea {
-	width: 95%;
-}
-
 fieldset.floating {
 	float: left;
 	margin-right: 10px;
@@ -1776,9 +1762,6 @@
 	background-position: 0 -1745px;
 }
 
-.toolbar a.button.responses {
-	background-position: center -1932px;
-}
 
 a.menuselector {
 	display: inline-block;
@@ -1880,7 +1863,6 @@
 }
 
 ul.toolbarmenu,
-ul.toolbarmenu ul,
 #rcmKSearchpane ul {
 	margin: 0;
 	padding: 0;
@@ -1899,13 +1881,13 @@
 }
 
 .googie_list tr:first-child td,
-ul.toolbarmenu > li:first-child,
+ul.toolbarmenu li:first-child,
 select.decorated option:first-child {
 	border-top: 0;
 }
 
 .googie_list tr:last-child td,
-ul.toolbarmenu > li:last-child,
+ul.toolbarmenu li:last-child,
 select.decorated option:last-child {
 	border-bottom: 0;
 }
@@ -1957,11 +1939,6 @@
 	color: #fff;
 	padding: 4px 8px;
 	text-shadow: 0px 1px 1px #333;
-}
-
-ul.toolbarmenu li.separator label {
-	color: #bbb;
-	font-style: italic;
 }
 
 ul.toolbarmenu li a.icon {
@@ -2040,15 +2017,6 @@
 
 ul.toolbarmenu li span.conversation {
 	background-position: 0 -1532px;
-}
-
-#snippetslist {
-	max-width: 200px;
-}
-
-#snippetslist li a {
-	overflow: hidden;
-	text-overflow: ellipsis;
 }
 
 #rcmKSearchpane {

--
Gitblit v1.9.1