aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'account/sessions.ftl')
-rw-r--r--account/sessions.ftl4
1 files changed, 2 insertions, 2 deletions
diff --git a/account/sessions.ftl b/account/sessions.ftl
index 89dbf65..96a0b38 100644
--- a/account/sessions.ftl
+++ b/account/sessions.ftl
@@ -3,7 +3,7 @@
<div class="row">
<div class="col-md-10">
- <h2>${msg("sessionsHtmlTitle")}</h2>
+ <h1 class="first-header">${msg("sessionsHtmlTitle")}</h1>
</div>
</div>
@@ -38,7 +38,7 @@
<form action="${url.sessionsUrl}" method="post">
<input type="hidden" id="stateChecker" name="stateChecker" value="${stateChecker}">
- <button id="logout-all-sessions" class="btn btn-default">${msg("doLogOutAllSessions")}</button>
+ <button id="logout-all-sessions" class="btn btn-outline-danger float-right">${msg("doLogOutAllSessions")}</button>
</form>
</@layout.mainLayout>