diff --git a/lms/static/sass/shared/_modal.scss b/lms/static/sass/shared/_modal.scss
index f3233b6f00..19036a769f 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 c76363bd59..34fce25644 100644
--- a/lms/templates/dashboard.html
+++ b/lms/templates/dashboard.html
@@ -371,12 +371,8 @@
-
-
+
+ ✕
@@ -397,11 +393,7 @@
-
+ ✕
@@ -418,11 +410,7 @@
-
+ ✕
@@ -451,11 +439,7 @@
-
+ ✕
@@ -483,10 +467,6 @@
-
+ ✕
diff --git a/lms/templates/forgot_password_modal.html b/lms/templates/forgot_password_modal.html
index e4c0c02e33..8c2791fbf3 100644
--- a/lms/templates/forgot_password_modal.html
+++ b/lms/templates/forgot_password_modal.html
@@ -19,8 +19,8 @@
${_("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 @@
-
+
diff --git a/lms/templates/help_modal.html b/lms/templates/help_modal.html
index a0a0eca9c3..4fe43ef7c3 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 @@ discussion_link = get_discussion_link(course) if course else None
${_('Make a suggestion')}
${_('Ask a question')}
-
-## TODO: find a way to refactor this
-
-
-
+