From cc4b340893e0a4f32a94ea16ffb73a2098cba829 Mon Sep 17 00:00:00 2001 From: thom Date: Tue, 15 Sep 2020 16:10:13 +0200 Subject: [PATCH] Apply margin for DNS record buttons only (#5737) --- interface/web/dns/templates/dns_a_list.htm | 42 +++++++++---------- .../default/assets/stylesheets/ispconfig.css | 2 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/interface/web/dns/templates/dns_a_list.htm b/interface/web/dns/templates/dns_a_list.htm index 64d2ce581..e3e548676 100644 --- a/interface/web/dns/templates/dns_a_list.htm +++ b/interface/web/dns/templates/dns_a_list.htm @@ -15,27 +15,27 @@

{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 f444d2594..2c04ee849 100644 --- a/interface/web/themes/default/assets/stylesheets/ispconfig.css +++ b/interface/web/themes/default/assets/stylesheets/ispconfig.css @@ -128,7 +128,7 @@ body { .btn-group-justified .btn:last-of-type { border-right-width: 1px; } -.btn { +.dns-record-btn { margin-top: 3px; } -- GitLab