Merge pull request #3763 from sbwalker/dev
fix #3760 include form button wrapper CSS class for inline-block
This commit is contained in:
commit
82eb8f14aa
|
@ -15,7 +15,7 @@
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
<form method="post" action="@logouturl" @formname="LogoutForm">
|
<form method="post" class="app-form-button" action="@logouturl" @formname="LogoutForm">
|
||||||
<input type="hidden" name="__RequestVerificationToken" value="@SiteState.AntiForgeryToken" />
|
<input type="hidden" name="__RequestVerificationToken" value="@SiteState.AntiForgeryToken" />
|
||||||
<input type="hidden" name="returnurl" value="@returnurl" />
|
<input type="hidden" name="returnurl" value="@returnurl" />
|
||||||
<button type="submit" class="btn btn-primary">@Localizer["Logout"]</button>
|
<button type="submit" class="btn btn-primary">@Localizer["Logout"]</button>
|
||||||
|
|
|
@ -228,3 +228,7 @@ app {
|
||||||
.app-fas {
|
.app-fas {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.app-form-button {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user