diff --git a/lms/static/sass/shared/_modal.scss b/lms/static/sass/shared/_modal.scss
index f3233b6f002c..19036a769fef 100644
--- a/lms/static/sass/shared/_modal.scss
+++ b/lms/static/sass/shared/_modal.scss
@@ -282,21 +282,15 @@
right: 2px;
top: 0px;
z-index: 3;
-
- .inner {
- p {
- color: $lighter-base-font-color;
- font: normal 1.2rem/1.2rem $sans-serif;
- text-align: center;
- text-shadow: 0 1px rgba(255,255,255, 0.8);
- @include transition(all 0.15s ease-out 0s);
- }
- }
+ color: $lighter-base-font-color;
+ font: normal 1.2rem/1.2rem $sans-serif;
+ text-align: center;
+ text-shadow: 0 1px rgba(255,255,255, 0.8);
+ @include transition(all 0.15s ease-out 0s);
&:hover {
- p {
- color: $base-font-color;
- }
+ color: $base-font-color;
+ text-decoration: none;
}
}
}
diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html
index 7b077aec43f4..48087ec2d915 100644
--- a/lms/templates/dashboard.html
+++ b/lms/templates/dashboard.html
@@ -359,12 +359,8 @@
${_('Email Settings for {course_number}').format(course_number='
-
-
+
+ ✕
@@ -385,11 +381,7 @@ ${_('Are you sure you want to unregister from {course_number}?').format(cour
-
+ ✕
@@ -406,11 +398,7 @@ ${_('Password Reset Email Sent')}
-
+ ✕
@@ -439,11 +427,7 @@ ${_("Change Email")}
-
+ ✕
@@ -471,10 +455,6 @@ ${_("Change your name")}
-
+ ✕
diff --git a/lms/templates/forgot_password_modal.html b/lms/templates/forgot_password_modal.html
index e4c0c02e337a..8c2791fbf3cb 100644
--- a/lms/templates/forgot_password_modal.html
+++ b/lms/templates/forgot_password_modal.html
@@ -19,8 +19,8 @@ ${_("Password Reset")}
${_("Your E-mail Address")}
-
- ${_("This is the email address you used to register with {platform}").format(platform=settings.PLATFORM_NAME)}
+
+ ${_("This is the e-mail address you used to register with {platform}").format(platform=settings.PLATFORM_NAME)}
@@ -31,7 +31,7 @@ ${_("Password Reset")}
-
+
diff --git a/lms/templates/help_modal.html b/lms/templates/help_modal.html
index a0a0eca9c3c1..4fe43ef7c32f 100644
--- a/lms/templates/help_modal.html
+++ b/lms/templates/help_modal.html
@@ -12,8 +12,11 @@
${_("Help")}
-
+
+ ## TODO: find a way to refactor this
+
✕
+
${_('{span_start}{platform_name}{span_end} Help').format(span_start='', span_end=' ', platform_name=settings.PLATFORM_NAME)}
@@ -47,20 +50,15 @@ ${_('{span_start}{platform_name}{span_end} Help').format(span_start='${_('Make a suggestion')}
${_('Ask a question')}
-
-## TODO: find a way to refactor this
-
-
+
diff --git a/lms/templates/login.html b/lms/templates/login.html
index b737255a0dd0..5fbc64d3042f 100644
--- a/lms/templates/login.html
+++ b/lms/templates/login.html
@@ -113,7 +113,8 @@
-
+