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 <sadicarnot@gmail.com>
This commit is contained in:
Anu4ruby 2018-02-09 16:34:32 -05:00 committed by Maurício Meneghini Fauth
parent 96084852da
commit 5efb29d500
3 changed files with 9 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class AuthenticationConfig extends AuthenticationPlugin
echo '</h1>
</center>
<br />
<table cellpadding="0" cellspacing="3" style="margin: 0 auto" width="80%">
<table cellpadding="0" cellspacing="3" class= "auth_config_tbl" width="80%">
<tr>
<td>';
if (isset($GLOBALS['allowDeny_forbidden'])

View File

@ -59,6 +59,10 @@ body#loginform {
width: 85%;
}
.auth_config_tbl{
margin: 0 auto;
}
<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>
textarea, tt, pre, code {
font-family: <?php echo $GLOBALS['cfg']['FontFamilyFixed']; ?>;

View File

@ -56,6 +56,10 @@ body#loginform {
width: 85%;
}
.auth_config_tbl{
margin: 0 auto;
}
<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) : ?>
textarea,
tt,