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 |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 51dfba7..2f3cefd 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -2231,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;
@@ -3081,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