diff options
| -rw-r--r-- | login.php | 10 | ||||
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 1 | ||||
| -rw-r--r-- | themes/colors/css-1.7.0/style.css | 1 | ||||
| -rw-r--r-- | themes/fab/css-1.7.0/style.css | 1 | ||||
| -rw-r--r-- | themes/minimal/css-1.7.0/style.css | 1 | ||||
| -rw-r--r-- | themes/webtrees/css-1.7.0/style.css | 1 | ||||
| -rw-r--r-- | themes/xenea/css-1.7.0/style.css | 1 |
7 files changed, 11 insertions, 5 deletions
@@ -169,14 +169,14 @@ default: } echo '</div>'; - echo '<div id="login-box"> - <form id="login-form" name="login-form" method="post" action="', WT_LOGIN_URL, '" onsubmit="d=new Date(); this.timediff.value=-60*d.getTimezoneOffset();"> - <input type="hidden" name="action" value="login"> - <input type="hidden" name="url" value="', Filter::escapeHtml($url), '"> - <input type="hidden" name="timediff" value="0">'; + echo '<div id="login-box">'; if ($message) { echo '<p class="error">', $message, '</p>'; } + echo '<form id="login-form" name="login-form" method="post" action="', WT_LOGIN_URL, '" onsubmit="d=new Date(); this.timediff.value=-60*d.getTimezoneOffset();"> + <input type="hidden" name="action" value="login"> + <input type="hidden" name="url" value="', Filter::escapeHtml($url), '"> + <input type="hidden" name="timediff" value="0">'; echo '<div> <label for="username">', I18N::translate('Username'), '<input type="text" id="username" name="username" value="', Filter::escapeHtml($username), '" class="formField" autofocus> diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index 5361bd588c..56856d78cb 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -1252,6 +1252,7 @@ a.showit:hover > span { #new_passwd_form label, #verify-form label { display: block; + text-align: right; } #login-form label input, diff --git a/themes/colors/css-1.7.0/style.css b/themes/colors/css-1.7.0/style.css index 16a4d641e2..1e56de79a4 100644 --- a/themes/colors/css-1.7.0/style.css +++ b/themes/colors/css-1.7.0/style.css @@ -1254,6 +1254,7 @@ a.showit:hover > span { #new_passwd_form label, #verify-form label { display: block; + text-align: right; } #login-form label input, diff --git a/themes/fab/css-1.7.0/style.css b/themes/fab/css-1.7.0/style.css index a5e0778837..eaa98e4fbb 100644 --- a/themes/fab/css-1.7.0/style.css +++ b/themes/fab/css-1.7.0/style.css @@ -1206,6 +1206,7 @@ a.showit:hover > span { #new_passwd_form label, #verify-form label { display: block; + text-align: right; } #login-form label input, diff --git a/themes/minimal/css-1.7.0/style.css b/themes/minimal/css-1.7.0/style.css index 7d7b12e635..715f9eb0d5 100644 --- a/themes/minimal/css-1.7.0/style.css +++ b/themes/minimal/css-1.7.0/style.css @@ -1197,6 +1197,7 @@ a.showit:hover > span { #new_passwd_form label, #verify-form label { display: block; + text-align: right; } #login-form label input, diff --git a/themes/webtrees/css-1.7.0/style.css b/themes/webtrees/css-1.7.0/style.css index 8a6fefe5b1..c941f8c462 100644 --- a/themes/webtrees/css-1.7.0/style.css +++ b/themes/webtrees/css-1.7.0/style.css @@ -1207,6 +1207,7 @@ td.descriptionbox a { #new_passwd_form label, #verify-form label { display: block; + text-align: right; } #login-form label input, diff --git a/themes/xenea/css-1.7.0/style.css b/themes/xenea/css-1.7.0/style.css index 6ef081e240..89ec17700a 100644 --- a/themes/xenea/css-1.7.0/style.css +++ b/themes/xenea/css-1.7.0/style.css @@ -1218,6 +1218,7 @@ a.showit:hover > span { #new_passwd_form label, #verify-form label { display: block; + text-align: right; } #login-form label input, |
