]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
added bottom margin to info modules for plugin settings
authorCash Costello <cash.costello@gmail.com>
Sat, 12 Nov 2011 16:10:34 +0000 (11:10 -0500)
committerCash Costello <cash.costello@gmail.com>
Sat, 12 Nov 2011 16:10:34 +0000 (11:10 -0500)
views/default/css/admin.php

index 9205e528ac2c6a078a00b6e4760328fc7b773bff..c02d43512b126311fc4cc98a116d008bc3800c4d 100644 (file)
@@ -320,6 +320,9 @@ p {
 .elgg-module-main > .elgg-head {
        margin-bottom: 5px;
 }
+.elgg-module-info > .elgg-head {
+       margin-bottom: 10px;
+}
 .elgg-module-inline {
        margin: 20px 0;
 }