diff options
| -rw-r--r-- | login.php | 8 | ||||
| -rw-r--r-- | themes/clouds/style.css | 2 | ||||
| -rw-r--r-- | themes/colors/css/colors.css | 2 | ||||
| -rw-r--r-- | themes/fab/style.css | 2 | ||||
| -rw-r--r-- | themes/minimal/style.css | 2 | ||||
| -rw-r--r-- | themes/webtrees/style.css | 2 | ||||
| -rw-r--r-- | themes/xenea/style.css | 2 |
7 files changed, 10 insertions, 10 deletions
@@ -143,9 +143,9 @@ $controller=new WT_Controller_Base(); $controller->setPageTitle(WT_I18N::translate('webtrees user login')); $controller->pageHeader(); -echo '<div class="center">'; +echo '<div id="login-page">'; -echo '<table class="center width60"><tr><td>'; +echo '<table class="width60"><tr><td>'; switch ($WELCOME_TEXT_AUTH_MODE) { case 1: echo WT_I18N::translate('<center><b>Welcome to this Genealogy website</b></center><br />Access to this site is permitted to every visitor who has a user account.<br /><br />If you have a user account, you can login on this page. If you don\'t have a user account, you can apply for one by clicking on the appropriate link below.<br /><br />After verifying your application, the site administrator will activate your account. You will receive an email when your application has been approved.'); @@ -183,7 +183,7 @@ echo '</td></tr></table><br /><br />'; if (!empty($message)) echo "<span class='error'><br /><b>$message</b><br /><br /></span>"; ?> <!--table--> - <table class="center facts_table width50"> + <table class="facts_table width50"> <tr><td class="topbottombar" colspan="2"><?php echo WT_I18N::translate('Login'); ?></td></tr> <tr> <td class="descriptionbox wrap width50"><label for="username"><?php echo WT_I18N::translate('Username'), '</label>', help_link('username'); ?></td> @@ -203,7 +203,7 @@ echo '</td></tr></table><br /><br />'; <?php if (get_site_setting('USE_REGISTRATION_MODULE')) { ?> - <table class="center facts_table width50"> + <table class="facts_table width50"> <tr><td class="topbottombar" colspan="2"><?php echo WT_I18N::translate('Account Information'); ?></td></tr> <tr><td class="descriptionbox wrap width50"><?php echo WT_I18N::translate('No account?'), help_link('new_user'); ?></td> <td class="optionbox wrap"><a href="login_register.php?action=register"><?php echo WT_I18N::translate('Request new user account'); ?></a></td></tr> diff --git a/themes/clouds/style.css b/themes/clouds/style.css index 975047984f..05aa7c4a4d 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -1581,7 +1581,7 @@ margin: 0; overflow: visible !important; } -#register-page table{margin:auto;} +#register-page table, #login-page table {margin:auto;} #register-page table a {display:block; text-align:center;} .popup { diff --git a/themes/colors/css/colors.css b/themes/colors/css/colors.css index 7103705518..538bab85cd 100644 --- a/themes/colors/css/colors.css +++ b/themes/colors/css/colors.css @@ -1528,7 +1528,7 @@ margin: 0; overflow: visible !important; } -#register-page table{margin:auto;} +#register-page table, #login-page table {margin:auto;} #register-page table a {display:block; text-align:center;} .popup { diff --git a/themes/fab/style.css b/themes/fab/style.css index 9c7ee0d1ab..c11af05ebb 100644 --- a/themes/fab/style.css +++ b/themes/fab/style.css @@ -1007,7 +1007,7 @@ dd { overflow: visible !important; } -#register-page table{margin:auto;} +#register-page table, #login-page table {margin:auto;} #register-page table a {display:block; text-align:center;} .gedcom_favorites_block .person_box, .gedcom_favorites_block .person_boxF, .gedcom_favorites_block .person_boxNN {height:auto;} diff --git a/themes/minimal/style.css b/themes/minimal/style.css index 1fdedc06e6..0f1f830541 100644 --- a/themes/minimal/style.css +++ b/themes/minimal/style.css @@ -1390,7 +1390,7 @@ dd { overflow: visible !important; } -#register-page table{margin:auto;} +#register-page table, #login-page table {margin:auto;} #register-page table a {display:block; text-align:center;} .popup { diff --git a/themes/webtrees/style.css b/themes/webtrees/style.css index 91c648dae7..a973a489dd 100644 --- a/themes/webtrees/style.css +++ b/themes/webtrees/style.css @@ -1304,7 +1304,7 @@ td.descriptionbox a {color:#fff;}/* this keeps the tag color the same when it i #relatives_content .person_box, #relatives_content .person_boxF, #relatives_content .person_boxNN, .charts_block .person_box, .charts_block .person_boxF, .charts_block .person_boxNN {overflow: visible !important;} -#register-page table{margin:auto;} +#register-page table, #login-page table {margin:auto;} #register-page table a {display:block; text-align:center;} .popup {display:none;} diff --git a/themes/xenea/style.css b/themes/xenea/style.css index fb4b5997ac..c6c9663a64 100644 --- a/themes/xenea/style.css +++ b/themes/xenea/style.css @@ -1658,7 +1658,7 @@ dd { #relatives_content .person_box, #relatives_content .person_boxF, #relatives_content .person_boxNN, .charts_block .person_box, .charts_block .person_boxF, .charts_block .person_boxNN {overflow: visible !important;} -#register-page table{margin:auto;} +#register-page table, #login-page table {margin:auto;} #register-page table a {display:block; text-align:center;} .popup { |
