diff --git a/core/lostpassword/css/lostpassword.css b/core/lostpassword/css/lostpassword.css new file mode 100644 index 00000000000..85cce9f9407 --- /dev/null +++ b/core/lostpassword/css/lostpassword.css @@ -0,0 +1,36 @@ +#body-login +input[type="text"], +input[type="submit"] { + margin: 5px 0; +} + +input[type="text"]#user{ + padding-right: 12px; + padding-left: 41px; +} + +#body-login +input[type="submit"] { + text-align: center; + width: 170px; + height: 45px; + padding-top: 7px; + padding-bottom: 7px; +} + +#body-login input[type="submit"]#submit { + width: 280px; +} + +#body-login .update { + text-align: left; +} + +#body-login .update, +#body-login .error { + margin: 10px 0 5px 0; +} + +#user { + width: 226px !important; +} diff --git a/core/lostpassword/templates/lostpassword.php b/core/lostpassword/templates/lostpassword.php index f5fdb1fb2b3..83a23f7b239 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 @@

-

+

t('Request failed!
Did you make sure your email/username was right?')); ?>

- t('You will receive a link to reset your password via Email.')); ?> +
t('You will receive a link to reset your password via Email.')); ?>

@@ -24,7 +27,7 @@ t('Yes, I really want to reset my password now')); ?>

- +