UX: make font size consistent on password reset modal

This commit is contained in:
Arpit Jalan 2017-06-19 16:09:29 +05:30
parent e6b7458b54
commit ee1f3a4b25
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<form>
{{#d-modal-body}}
{{#d-modal-body class="forgot-password-modal"}}
{{#unless offerHelp}}
<label for='username-or-email'>{{i18n 'forgot_password.invite'}}</label>
{{text-field value=accountEmailOrUsername placeholderKey="login.email_placeholder" id="username-or-email" autocorrect="off" autocapitalize="off"}}

View File

@ -212,6 +212,11 @@
display: inline-block;
margin-right: 10px;
}
// password reset modal
.modal-body.forgot-password-modal p {
font-size: 14px;
}
}
.reply-where-modal {

View File

@ -1036,7 +1036,7 @@ en:
complete_username_not_found: "No account matches the username <b>%{username}</b>"
complete_email_not_found: "No account matches <b>%{email}</b>"
help: "<p>Email not arriving? Be sure to check your spam folder first.</p><p>Not sure which email address you used? Enter an email address and well let you know if it exists here.</p><p>If you no longer have access to the email address on your account, please contact <a href='/about'>our helpful staff.</a></p>"
help: "Email not arriving? Be sure to check your spam folder first.<p>Not sure which email address you used? Enter an email address and well let you know if it exists here.</p><p>If you no longer have access to the email address on your account, please contact <a href='/about'>our helpful staff.</a></p>"
button_ok: "OK"
button_help: "Help"
login: