diff options
-rw-r--r-- | basicConfig/templates/other_login_method.html | 6 | ||||
-rw-r--r-- | basicConfig/webcontent/css/css_country.css | 3 |
2 files changed, 6 insertions, 3 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}"> diff --git a/basicConfig/webcontent/css/css_country.css b/basicConfig/webcontent/css/css_country.css index bc575c90..7a22bdfd 100644 --- a/basicConfig/webcontent/css/css_country.css +++ b/basicConfig/webcontent/css/css_country.css @@ -25,6 +25,7 @@ body { text-decoration: none; padding-right: 2%; width: 250px; + justify-content: center; } .countryimage { @@ -155,4 +156,4 @@ input[type=submit] { form { justify-content: center; -}
\ No newline at end of file +} |