diff --git a/lms/static/sass/_shame.scss b/lms/static/sass/_shame.scss index 964b543a31..6fde825ee3 100644 --- a/lms/static/sass/_shame.scss +++ b/lms/static/sass/_shame.scss @@ -79,14 +79,15 @@ .action { - // not registered (default) - &.action-register { + // register or access courseware + &.action-register, &.access-courseware { @extend .btn-primary; } - // already registered + // already registered but course not started &.is-registered { @extend .btn-secondary; + pointer-events: none !important; } // coming soon diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss index 5e7f59138c..cc54b9b242 100644 --- a/lms/static/sass/multicourse/_dashboard.scss +++ b/lms/static/sass/multicourse/_dashboard.scss @@ -327,7 +327,7 @@ color: $lighter-base-font-color; } - h3 a { + h3 a, h3 span { display: block; margin-bottom: 10px; font-family: $sans-serif; diff --git a/lms/templates/courseware/mktg_course_about.html b/lms/templates/courseware/mktg_course_about.html index e3cb864b99..168e3e2c0b 100644 --- a/lms/templates/courseware/mktg_course_about.html +++ b/lms/templates/courseware/mktg_course_about.html @@ -45,7 +45,11 @@