From cce11840904f179b77da268ef5c25fe99c051564 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Tue, 21 Oct 2014 11:01:23 +0000 Subject: [PATCH] admin: change the css class name around the panels to not invoke the bootstrap 'panel' css --- management/templates/index.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/management/templates/index.html b/management/templates/index.html index 85ca49c..e523bf9 100644 --- a/management/templates/index.html +++ b/management/templates/index.html @@ -53,7 +53,7 @@ margin-top: 18px; } - .panel { + .admin_panel { display: none; } @@ -116,47 +116,47 @@
-
+
{% include "system-status.html" %}
-
+
{% include "system-backup.html" %}
-
+
{% include "external-dns.html" %}
-
+
{% include "custom-dns.html" %}
-
+
{% include "login.html" %}
-
+
{% include "mail-guide.html" %}
-
+
{% include "users.html" %}
-
+
{% include "aliases.html" %}
-
+
{% include "sync-guide.html" %}
-