aboutsummaryrefslogtreecommitdiff
path: root/basicConfig/templates/other_login_method.html
diff options
context:
space:
mode:
Diffstat (limited to 'basicConfig/templates/other_login_method.html')
-rw-r--r--basicConfig/templates/other_login_method.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/basicConfig/templates/other_login_method.html b/basicConfig/templates/other_login_method.html
index 5320f1d5..9dd00379 100644
--- a/basicConfig/templates/other_login_method.html
+++ b/basicConfig/templates/other_login_method.html
@@ -93,7 +93,9 @@
<p th:text="#{gui.otherlogin.inserternp.infotext}"></p>
- <form method="post" action="$contextPath$submitEndpoint" th:attr="action=@{${submitEndpoint}}">
+ <br>
+
+ <form class="block" method="post" action="$contextPath$submitEndpoint" th:attr="action=@{${submitEndpoint}}">
<button type="submit" role="button" value="Keine weitere HS / eIDAS"
th:text="#{gui.otherlogin.button.inserternp}">D
</button>
@@ -105,7 +107,7 @@
</div>
<!-- Abbrechen Button -->
- <form method="post" action="$contextPath$submitEndpoint" th:attr="action=@{${submitEndpoint}}">
+ <form class="block" method="post" action="$contextPath$submitEndpoint" th:attr="action=@{${submitEndpoint}}">
<button type="submit" value="Abbrechen/Cancel" th:text="#{gui.otherlogin.cancel}"></button>
<input type="hidden" name="stopAuthProcess" value="true">
<input type="hidden" name="pendingid" value="$pendingid" th:attr="value=${pendingid}">