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:
commit
30561fa483
2 changed files with 5 additions and 1 deletions
|
@ -3122,6 +3122,10 @@ section.help-content-wrapper li {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#relocate-form {
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Manage Page */
|
/* Manage Page */
|
||||||
#identity-selector-wrapper {
|
#identity-selector-wrapper {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
|
@ -321,7 +321,7 @@
|
||||||
/*
|
/*
|
||||||
* Relocate
|
* 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="form_security_token" value="{{$form_security_token}}">
|
||||||
<input type="hidden" name="page_site" value="{{$submit}}">
|
<input type="hidden" name="page_site" value="{{$submit}}">
|
||||||
<input type="hidden" name="active_panel" value="admin-settings-relocate-collapse">
|
<input type="hidden" name="active_panel" value="admin-settings-relocate-collapse">
|
||||||
|
|
Loading…
Reference in a new issue