From bb081fc829f9bd6d235d00cebf3ba7cb2d4a9431 Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Tue, 20 Sep 2016 18:47:49 +0200 Subject: [PATCH] Fixed #4149 and visual issie in DNS DMARC form. --- interface/web/dns/templates/dns_dmarc_edit.htm | 8 ++++---- .../web/themes/default/assets/stylesheets/ispconfig.css | 3 +++ interface/web/tools/templates/resync.htm | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/interface/web/dns/templates/dns_dmarc_edit.htm b/interface/web/dns/templates/dns_dmarc_edit.htm index 0c0b4d6d99..c47be675ef 100644 --- a/interface/web/dns/templates/dns_dmarc_edit.htm +++ b/interface/web/dns/templates/dns_dmarc_edit.htm @@ -49,7 +49,7 @@
- +
@@ -58,7 +58,7 @@
- +
@@ -67,7 +67,7 @@
- +
@@ -104,7 +104,7 @@
- +
diff --git a/interface/web/themes/default/assets/stylesheets/ispconfig.css b/interface/web/themes/default/assets/stylesheets/ispconfig.css index f42c8b22c2..e4b92ef63d 100644 --- a/interface/web/themes/default/assets/stylesheets/ispconfig.css +++ b/interface/web/themes/default/assets/stylesheets/ispconfig.css @@ -30,6 +30,9 @@ body { .control-label:after { content: ":"; } +.control-label-plain:after { + content: ""; } + .formbutton-default { padding: 6px 10px; border-bottom-style: solid; diff --git a/interface/web/tools/templates/resync.htm b/interface/web/tools/templates/resync.htm index 6c368ede6b..5074c25dc5 100644 --- a/interface/web/tools/templates/resync.htm +++ b/interface/web/tools/templates/resync.htm @@ -129,7 +129,7 @@
- +
-- GitLab