From 2a14c49085bf0ecd40ea912adf96cc3ed75db1d9 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Thu, 10 Mar 2022 16:23:44 +0100 Subject: chore(ux): some more GUI improvements --- basicConfig/templates/other_login_method.html | 6 ++++-- 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 @@

-
+
+ + @@ -105,7 +107,7 @@ - + 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 +} -- cgit v1.2.3