From 0b9dcdd605cc033d1ffc02e2f164dd2467afa5bd Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 28 May 2009 17:01:11 -0400
Subject: [PATCH] Improve subscriptions table appearance

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

diff --git a/skins/default/settings.css b/skins/default/settings.css
index e7c6cb5..0171c30 100644
--- a/skins/default/settings.css
+++ b/skins/default/settings.css
@@ -149,6 +149,12 @@
   width: 45%;
 }
 
+#subscription-table tbody td
+{
+  height: 22px !important;
+  height: 18px;
+}
+
 #subscription-table tr.virtual td
 {
   color: #666;
@@ -182,6 +188,13 @@
   width: 90px;
 }
 
+#subscription-table tbody td.subscribed,
+#subscription-table tbody td.rename,
+#subscription-table tbody td.delete
+{
+  padding: 1px 4px;
+}
+
 #subscription-table thead td.rename,
 #subscription-table thead td.delete
 {

--
Gitblit v1.9.1