From e3bfd91fec2f9c96a45c2490eaefa6595020a90f Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Fri, 11 Sep 2009 13:48:44 +0000
Subject: [PATCH] - Patch #562284 by BarisW, sign: decreasing the spacing in
 listings.

---
 themes/seven/style.css | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/themes/seven/style.css b/themes/seven/style.css
index 7a0226d58864..2a838b4a01dc 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -323,9 +323,16 @@ ul.secondary li.active a.active {
   list-style-type: none;
   list-style-image: none;
 }
+
+#block-system-main ul.admin-list.compact {
+  margin-bottom: 8px;
+}
+
 #block-system-main ul.admin-list.compact li {
   border: 0;
   background: none;
+  margin-bottom: 2px;
+  padding-top: 2px;
 }
 
 #block-system-main ul.admin-list li:last-child {
-- 
GitLab