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")}

  1. - - ${_("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")} - - +

diff --git a/lms/templates/signup_modal.html b/lms/templates/signup_modal.html index a9d709ba60e0..0416eea82b60 100644 --- a/lms/templates/signup_modal.html +++ b/lms/templates/signup_modal.html @@ -131,7 +131,7 @@

${_('Sign Up for {span_start}{platform_name}{span_end}').format(span_start=' - +