diff options
| author | Thomas <> | 2022-03-10 16:23:44 +0100 | 
|---|---|---|
| committer | Thomas <> | 2022-03-10 16:23:44 +0100 | 
| commit | 2a14c49085bf0ecd40ea912adf96cc3ed75db1d9 (patch) | |
| tree | cb5290404d6d24a5e9d74b63dfa28ea326d56193 | |
| parent | 2963c7aa8a6ba57afcbde3028f9fdf56225743c5 (diff) | |
| download | National_eIDAS_Gateway-2a14c49085bf0ecd40ea912adf96cc3ed75db1d9.tar.gz National_eIDAS_Gateway-2a14c49085bf0ecd40ea912adf96cc3ed75db1d9.tar.bz2 National_eIDAS_Gateway-2a14c49085bf0ecd40ea912adf96cc3ed75db1d9.zip | |
chore(ux): some more GUI improvements
| -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 +} | 
