summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-11 13:48:44 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-11 13:48:44 +0000
commite3bfd91fec2f9c96a45c2490eaefa6595020a90f (patch)
tree0b809628795027ed61704e5a1cc504567561cef0
parent4091d9695ec149f9b4515b5ac268dd00b70dfd93 (diff)
downloadbrdo-e3bfd91fec2f9c96a45c2490eaefa6595020a90f.tar.gz
brdo-e3bfd91fec2f9c96a45c2490eaefa6595020a90f.tar.bz2
- Patch #562284 by BarisW, sign: decreasing the spacing in listings.
-rw-r--r--themes/seven/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 7a0226d58..2a838b4a0 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 {