diff --git a/modules/ldapstatus/templates/ldapstatus.php b/modules/ldapstatus/templates/ldapstatus.php
index a1314aac2990c492ae4c40b96a2f76b2363379e8..218dee697757799f9e7d19b2ff23c04d4a5becd6 100644
--- a/modules/ldapstatus/templates/ldapstatus.php
+++ b/modules/ldapstatus/templates/ldapstatus.php
@@ -12,6 +12,9 @@ a {
 a:hover {
 	border-bottom: 1px solid #aaa;
 }
+div#content {
+	margin: .4em ! important;
+}
 </style>';
 $this->includeAtTemplateBase('includes/header.php');