summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/seven/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 8401527d1..3c4f57ec1 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -398,15 +398,15 @@ ul.admin-list {
}
.admin-panel .item-list ul,
ul.admin-list.compact {
- margin-bottom: 8px;
+ margin: 8px 0;
}
.admin-panel .item-list li,
ul.admin-list.compact li {
border: none;
background: none;
- margin: 0.25em 0 0.25em 1.5em;
+ margin: 0 0 0.75em;
+ line-height: 1;
padding: 0;
- list-style-type: disc;
}
ul.admin-list li:last-child {
border-bottom: none;