From: Hypolite Petovan Date: Sat, 27 Jun 2020 22:37:02 +0000 (-0400) Subject: [frio] Add missing margin above relocate form in admin site X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4aacd6ef0952c7b7a5831269a338d4089d478ca0;p=friendica.git [frio] Add missing margin above relocate form in admin site --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index e9b42ff409..853fb057a3 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 5c9cfb1981..ddd6606a7a 100644 --- a/view/theme/frio/templates/admin/site.tpl +++ b/view/theme/frio/templates/admin/site.tpl @@ -321,7 +321,7 @@ /* * Relocate */ --> -
+