From 3d5b50cafc3deeacf37d948d69f805f188accf3e Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 5 Nov 2020 01:40:59 +0100 Subject: [PATCH] Fixes for pull-request #16417 - Make login buttons use right Keep the login button at it's place. Signed-off-by: William Desportes --- themes/bootstrap/scss/_common.scss | 4 ++++ themes/original/scss/_common.scss | 8 ++++++++ themes/pmahomme/scss/_common.scss | 4 ++++ 3 files changed, 16 insertions(+) diff --git a/themes/bootstrap/scss/_common.scss b/themes/bootstrap/scss/_common.scss index 9929441392..61f8433ca8 100644 --- a/themes/bootstrap/scss/_common.scss +++ b/themes/bootstrap/scss/_common.scss @@ -821,6 +821,10 @@ body#loginform { text-align: $left; } +#login_form fieldset.tblFooters { + text-align: #{$right}; +} + div.container.modal_form { margin: 0 auto; width: 30em; diff --git a/themes/original/scss/_common.scss b/themes/original/scss/_common.scss index 20f8fde4c0..f0b12f412c 100644 --- a/themes/original/scss/_common.scss +++ b/themes/original/scss/_common.scss @@ -626,6 +626,14 @@ div.container.modal_form { text-align: $left; } +#login_form fieldset.tblFooters { + text-align: #{$right}; +} + +#login_form select#select_server { + width: 100%; +} + div#modalOverlay { position: fixed; top: 0; diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss index 3f3fa24d6d..edb4e7fef7 100644 --- a/themes/pmahomme/scss/_common.scss +++ b/themes/pmahomme/scss/_common.scss @@ -860,6 +860,10 @@ body#loginform { text-align: $left; } +#login_form fieldset.tblFooters { + text-align: #{$right}; +} + div.container.modal_form { margin: 0 auto; width: 30em;