From b889f9ef11eee08f900dd4830b2674d0accc42c1 Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Wed, 24 Sep 2014 14:11:18 -0400 Subject: [PATCH] fixes for status for prof ed and verified registration on both variants of AB test --- lms/static/sass/views/_verification.scss | 10 ++++++++-- lms/templates/courseware/course_about.html | 2 +- .../verify_student/_verification_header.html | 11 +++++++++++ 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss index 3d0a26e842..47b3a8ad60 100644 --- a/lms/static/sass/views/_verification.scss +++ b/lms/static/sass/views/_verification.scss @@ -385,7 +385,6 @@ .sts-track-value { background-color: $professional-color-lvl1; } - } } @@ -470,7 +469,14 @@ display: inline-block; .sts-track-value { - background: $m-blue-l1; + background: $verified-color-lvl3; + } + + &.professional-ed { + + .sts-track-value { + background-color: $professional-color-lvl1; + } } } } diff --git a/lms/templates/courseware/course_about.html b/lms/templates/courseware/course_about.html index 1b5ee9a32d..280212a2b0 100644 --- a/lms/templates/courseware/course_about.html +++ b/lms/templates/courseware/course_about.html @@ -211,7 +211,7 @@ ${_("View About Page in studio")} % endif - +