diff --git a/core/css/guest.css b/core/css/guest.css index 4256c66302..ecc3da9d08 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -93,7 +93,7 @@ body { form { position: relative; width: 280px; - margin: 16px auto; + margin: auto; padding: 0; } form fieldset { @@ -410,7 +410,6 @@ form .warning input[type='checkbox']+label { padding: 12px; margin-top: -6px; color: #fff; - opacity: .7; } #forgot-password { padding: 11px; @@ -579,8 +578,7 @@ fieldset.update legend + p { margin-bottom: 15px; } p.info { - margin: 0 auto; - padding-top: 20px; + margin: 20px auto; text-shadow: 0 0 2px rgba(0, 0, 0, .4); // better readability on bright background -webkit-user-select: none; -moz-user-select: none; diff --git a/core/js/lostpassword.js b/core/js/lostpassword.js index b44962f552..8c77004744 100644 --- a/core/js/lostpassword.js +++ b/core/js/lostpassword.js @@ -50,6 +50,7 @@ OC.Lostpassword = { event.preventDefault(); $('#lost-password').hide(); + $('.wrongPasswordMsg').hide(); $('#lost-password-back').slideDown().fadeIn(); $('.remember-login-container').slideUp().fadeOut(); $('#submit-wrapper').slideUp().fadeOut(); diff --git a/core/templates/login.php b/core/templates/login.php index d28c92e36e..de991e08d9 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -51,17 +51,17 @@ script('core', 'merged-login');
- -- t('Wrong password.')); ?> -
- -+ t('Wrong password.')); ?> +
+ +