From 96afb82dbdeeb78ece85b511fa1d71da4537aabc Mon Sep 17 00:00:00 2001 From: AlasdairSwan Date: Tue, 2 Dec 2014 10:06:43 -0500 Subject: [PATCH] Added styles for email opt in/out checkbox label --- lms/static/sass/shared/_forms.scss | 13 +++++++++++++ lms/templates/courseware/mktg_course_about.html | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/lms/static/sass/shared/_forms.scss b/lms/static/sass/shared/_forms.scss index a506e735b8..1f92414952 100644 --- a/lms/static/sass/shared/_forms.scss +++ b/lms/static/sass/shared/_forms.scss @@ -8,6 +8,19 @@ label { margin-bottom: 5px; text-shadow: 0 1px rgba(255,255,255, 0.4); -webkit-font-smoothing: antialiased; + + &.register-emails { + font-family: $sans-serif; + font-style: normal; + font-size: 12px; + line-height: 1.5em; + font-weight: normal; + width: calc( 100% - 25px ); + padding-top: 2px; + position: relative; + float: right; + clear: both; + } } textarea, diff --git a/lms/templates/courseware/mktg_course_about.html b/lms/templates/courseware/mktg_course_about.html index be0be4e261..0c104a017b 100644 --- a/lms/templates/courseware/mktg_course_about.html +++ b/lms/templates/courseware/mktg_course_about.html @@ -87,7 +87,7 @@ % if organization_full_name:

-