From 4aacd6ef0952c7b7a5831269a338d4089d478ca0 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 27 Jun 2020 18:37:02 -0400 Subject: [PATCH] [frio] Add missing margin above relocate form in admin site --- view/theme/frio/css/style.css | 4 ++++ view/theme/frio/templates/admin/site.tpl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index e9b42ff40..853fb057a 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -3122,6 +3122,10 @@ section.help-content-wrapper li { pointer-events: none; } +#relocate-form { + margin-top: 5px; +} + /* Manage Page */ #identity-selector-wrapper { width: auto; diff --git a/view/theme/frio/templates/admin/site.tpl b/view/theme/frio/templates/admin/site.tpl index 5c9cfb198..ddd6606a7 100644 --- a/view/theme/frio/templates/admin/site.tpl +++ b/view/theme/frio/templates/admin/site.tpl @@ -321,7 +321,7 @@ /* * Relocate */ --> -
+