Merge pull request #8822 from MrPetovan/bug/8709-frio-admin-site-accordion

[frio] Add missing margin above relocate form in admin site
This commit is contained in:
Michael Vogel 2020-06-28 08:25:22 +02:00 committed by GitHub
commit 30561fa483
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -3122,6 +3122,10 @@ section.help-content-wrapper li {
pointer-events: none;
}
#relocate-form {
margin-top: 5px;
}
/* Manage Page */
#identity-selector-wrapper {
width: auto;

View file

@ -321,7 +321,7 @@
/*
* Relocate
*/ -->
<form class="panel" action="{{$baseurl}}/admin/site" method="post">
<form id="relocate-form" class="panel" action="{{$baseurl}}/admin/site" method="post">
<input type="hidden" name="form_security_token" value="{{$form_security_token}}">
<input type="hidden" name="page_site" value="{{$submit}}">
<input type="hidden" name="active_panel" value="admin-settings-relocate-collapse">