mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 10:50:10 +00:00
fix to position of the log-out button
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
@@ -23,6 +23,10 @@ a {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#logout {
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<form method="POST" action="/api/auth/logout">
|
||||
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
||||
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
||||
<input class="button" type="submit" value="Log out" />
|
||||
<input class="button" type="submit" id="logout" value="Log out" />
|
||||
</form>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user