From 8b6d736482fe9d836956d68072db2b3ceca63caf Mon Sep 17 00:00:00 2001 From: thom Date: Tue, 15 Sep 2020 13:58:33 +0200 Subject: [PATCH] Fix spacing of the buttons (#5737) --- interface/web/dns/templates/dns_a_list.htm | 4 +--- interface/web/themes/default/assets/stylesheets/ispconfig.css | 4 ++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/interface/web/dns/templates/dns_a_list.htm b/interface/web/dns/templates/dns_a_list.htm index da8a8aaf0..64d2ce581 100644 --- a/interface/web/dns/templates/dns_a_list.htm +++ b/interface/web/dns/templates/dns_a_list.htm @@ -1,6 +1,5 @@
-
@@ -12,8 +11,7 @@ {tmpl_var name="datalog_changes_end_txt"}
-

-
+

{tmpl_var name="toolsarea_head_txt"}

diff --git a/interface/web/themes/default/assets/stylesheets/ispconfig.css b/interface/web/themes/default/assets/stylesheets/ispconfig.css index 8d679f274..f444d2594 100644 --- a/interface/web/themes/default/assets/stylesheets/ispconfig.css +++ b/interface/web/themes/default/assets/stylesheets/ispconfig.css @@ -128,6 +128,10 @@ body { .btn-group-justified .btn:last-of-type { border-right-width: 1px; } +.btn { + margin-top: 3px; +} + #content { width: 78%; } -- GitLab