Commit a5204310 by Chris

Merge pull request #8267 from edx/clrux/UX-2078-error-heading-reduction

Reducing size of error message heading
parents cddd387b 402c3f32
......@@ -116,7 +116,7 @@ class LoginFromCombinedPageTest(UniqueCourseTest):
self.login_page.visit().password_reset(email=email)
# Expect that we're shown a success message
self.assertIn("PASSWORD RESET EMAIL SENT", self.login_page.wait_for_success())
self.assertIn("Password Reset Email Sent", self.login_page.wait_for_success())
def test_password_reset_failure(self):
# Navigate to the password reset form
......
......@@ -456,11 +456,10 @@ $sm-btn-linkedin: #0077b5;
background: tint($yellow,20%);
.message-title {
@extend %t-title4;
@extend %t-title5;
font-family: $sans-serif;
margin: 0 0 ($baseline/4) 0;
font-weight: 600;
text-transform: uppercase;
}
.message-copy,
......
......@@ -4,6 +4,7 @@
from django.utils.translation import ugettext as _
from django.core.urlresolvers import reverse
%>
<%block name="bodyclass">view-incourse view-instructordash</%block>
## ----- Tips on adding something to the new instructor dashboard -----
## 1. add your input element, e.g. in instructor_dashboard2/data_download.html
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment