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:
parent
96084852da
commit
5efb29d500
@ -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'])
|
||||
|
||||
@ -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']; ?>;
|
||||
|
||||
@ -56,6 +56,10 @@ body#loginform {
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
.auth_config_tbl{
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) : ?>
|
||||
textarea,
|
||||
tt,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user