From 5efb29d500148ad91ff23ceb64f30c0bb0785479 Mon Sep 17 00:00:00 2001 From: Anu4ruby Date: Fri, 9 Feb 2018 16:34:32 -0500 Subject: [PATCH] Removed inline styles from AuthenticationConfig.php file-issue 12262 (#13979) * removed inline styles from AuthenticationConfig.php file-issue 12262 * removed inline styles from AuthenticationConfig.php- file-issue 12262- Signed-off-by: Anupama V --- libraries/classes/Plugins/Auth/AuthenticationConfig.php | 2 +- themes/original/css/common.css.php | 4 ++++ themes/pmahomme/css/common.css.php | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libraries/classes/Plugins/Auth/AuthenticationConfig.php b/libraries/classes/Plugins/Auth/AuthenticationConfig.php index a6727339dd..d9d7e075f9 100644 --- a/libraries/classes/Plugins/Auth/AuthenticationConfig.php +++ b/libraries/classes/Plugins/Auth/AuthenticationConfig.php @@ -90,7 +90,7 @@ class AuthenticationConfig extends AuthenticationPlugin echo '
- +
'; if (isset($GLOBALS['allowDeny_forbidden']) diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 290f997df8..4ff4130370 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -59,6 +59,10 @@ body#loginform { width: 85%; } +.auth_config_tbl{ + margin: 0 auto; +} + textarea, tt, pre, code { font-family: ; diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 597f0cfc72..cae0e55779 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -56,6 +56,10 @@ body#loginform { width: 85%; } +.auth_config_tbl{ + margin: 0 auto; +} + textarea, tt,