diff --git a/core/lostpassword/css/lostpassword.css b/core/lostpassword/css/lostpassword.css new file mode 100644 index 00000000000..bcb2d856989 --- /dev/null +++ b/core/lostpassword/css/lostpassword.css @@ -0,0 +1,26 @@ +#body-login +input[type="text"], +input[type="submit"] { + margin-left: 0; +} + +input[type="text"] { + padding-right: 19px; +} + +#body-login +input[type="submit"] { + text-align: center; + width: 170px; + height: 45px; + padding-top: 7px; + padding-bottom: 7px; +} + +fieldset { + margin-left: 2px; +} + +.white { + color: white; +} diff --git a/core/lostpassword/templates/lostpassword.php b/core/lostpassword/templates/lostpassword.php index f5fdb1fb2b3..5363b93e32b 100644 --- a/core/lostpassword/templates/lostpassword.php +++ b/core/lostpassword/templates/lostpassword.php @@ -1,5 +1,8 @@ - -
+ +
t('The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator .'));
?>
@@ -8,11 +11,11 @@