From 46555b50a123ebd367e28f0a4e67034bd3b086b6 Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Tue, 27 May 2014 02:11:58 +0200 Subject: [PATCH] fix warning text and margin --- core/lostpassword/css/lostpassword.css | 7 +------ core/lostpassword/templates/lostpassword.php | 6 +++--- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/core/lostpassword/css/lostpassword.css b/core/lostpassword/css/lostpassword.css index 85cce9f940..b7f7023648 100644 --- a/core/lostpassword/css/lostpassword.css +++ b/core/lostpassword/css/lostpassword.css @@ -1,11 +1,6 @@ #body-login -input[type="text"], -input[type="submit"] { - margin: 5px 0; -} - input[type="text"]#user{ - padding-right: 12px; + padding-right: 20px; padding-left: 41px; } diff --git a/core/lostpassword/templates/lostpassword.php b/core/lostpassword/templates/lostpassword.php index 83a23f7b23..d0fed38ee2 100644 --- a/core/lostpassword/templates/lostpassword.php +++ b/core/lostpassword/templates/lostpassword.php @@ -21,10 +21,10 @@ OCP\Util::addStyle('lostpassword', 'lostpassword'); -

- t("Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?")); ?>
+
+

t("Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?")); ?>
- t('Yes, I really want to reset my password now')); ?>

+ t('Yes, I really want to reset my password now')); ?>