diff --git a/lms/static/sass/shared/_modal.scss b/lms/static/sass/shared/_modal.scss index 84c57a847c..4113eb7f41 100644 --- a/lms/static/sass/shared/_modal.scss +++ b/lms/static/sass/shared/_modal.scss @@ -115,8 +115,12 @@ padding: 12px; } - .activation-message { + .activation-message, .message { padding: 0 40px 10px; + + p { + margin-bottom: 10px; + } } form { diff --git a/lms/templates/forgot_password_modal.html b/lms/templates/forgot_password_modal.html index 18ec20ff04..97b41d4be9 100644 --- a/lms/templates/forgot_password_modal.html +++ b/lms/templates/forgot_password_modal.html @@ -7,14 +7,24 @@
Forgotten your password? Enter your e-mail address below, and we'll e-mail instructions for setting a new one.
+ + +✕
+