From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 17 Apr 2015 06:28:40 -0400
Subject: [PATCH] Allow preference sections to define CSS class names

---
 skins/larry/styles.css |   21 +++++++++------------
 1 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index b4ba65f..2f3cefd 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1085,18 +1085,6 @@
 	overflow: auto;
 }
 
-.readtext {
-	width: 42em;
-	padding: 12px;
-	font-size: 12px;
-}
-
-.readtext > h1,
-.readtext > h2,
-.readtext > h3 {
-	margin-top: 0;
-}
-
 .watermark {
 	background-image: url(images/watermark.jpg);
 	background-position: center;
@@ -2243,6 +2231,11 @@
 	background: url(images/quota.png) -100px 0 no-repeat;
 }
 
+#quotadisplay.p90,
+#quotadisplay.p100 {
+    color: #e03221;
+}
+
 table.quota-info {
 	border-spacing: 0;
 	border-collapse: collapse;
@@ -3093,3 +3086,7 @@
 	line-height: 16px !important;
 	vertical-align: text-top !important;
 }
+
+_:not(), _:-moz-handler-blocked, .mozilla .mce-btn-small i {
+	line-height: 20px !important;
+}
\ No newline at end of file

--
Gitblit v1.9.1