From 445cf39f8b596e57d9bd65630b74ab52f60c5054 Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Fri, 16 Aug 2013 09:18:23 -0400 Subject: [PATCH] updated styling for marketing side register button to accommodate second line of text --- lms/static/sass/_shame.scss | 13 +++++++++++++ lms/templates/courseware/mktg_course_about.html | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/lms/static/sass/_shame.scss b/lms/static/sass/_shame.scss index 8348a774d4..6c5ae0c3f2 100644 --- a/lms/static/sass/_shame.scss +++ b/lms/static/sass/_shame.scss @@ -156,6 +156,19 @@ &.action-register, &.access-courseware { @extend .m-btn-primary; display: block; + + .track { + @include transition(all 0.25s ease-in-out); + color: #fff; + display: block; + font-size: 13px; + line-height: 2; + opacity: .6; + } + + &:hover .track { + opacity: 1; + } } // already registered but course not started or registration is closed diff --git a/lms/templates/courseware/mktg_course_about.html b/lms/templates/courseware/mktg_course_about.html index 53d2753c86..5903a453bc 100644 --- a/lms/templates/courseware/mktg_course_about.html +++ b/lms/templates/courseware/mktg_course_about.html @@ -54,8 +54,9 @@ %elif allow_registration: ${_("Register for")} ${course.display_number_with_default | h} %if len(course_modes) > 1: -
+ and choose your student track + %endif
%else: