diff --git a/lms/static/sass/course/courseware/_courseware.scss b/lms/static/sass/course/courseware/_courseware.scss index 49959f60ba..dd9c833631 100644 --- a/lms/static/sass/course/courseware/_courseware.scss +++ b/lms/static/sass/course/courseware/_courseware.scss @@ -152,6 +152,12 @@ html.video-fullscreen { } div.timed-exam { + color: #555353; + + strong { + font-weight: 600; + } + h3 { margin-bottom: 12px; font-size: 22px; @@ -181,14 +187,6 @@ html.video-fullscreen { } } - p { - color: #666666; - - strong { - font-weight: 600; - } - } - button.gated-sequence { background: $transparent; color: theme-color("primary"); diff --git a/lms/static/sass/course/layout/_courseware_preview.scss b/lms/static/sass/course/layout/_courseware_preview.scss index f2462986e7..82447d5421 100644 --- a/lms/static/sass/course/layout/_courseware_preview.scss +++ b/lms/static/sass/course/layout/_courseware_preview.scss @@ -67,8 +67,7 @@ } .exam-timer { - @include font-size(14); - + font-size: 14px; background-color: rgb(229, 234, 236); padding: $baseline ($baseline*2); border-left: 4px solid theme-color("primary"); @@ -128,7 +127,8 @@ background-color: transparent; border: 1px solid $white; - #toggle_timer, b { + #toggle_timer, + b { color: $white; } diff --git a/lms/templates/courseware/proctored-exam-status.underscore b/lms/templates/courseware/proctored-exam-status.underscore index 301223673a..5c47a58b6e 100644 --- a/lms/templates/courseware/proctored-exam-status.underscore +++ b/lms/templates/courseware/proctored-exam-status.underscore @@ -7,13 +7,14 @@ } %>
+ <% // xss-lint: disable=underscore-not-escaped %> <%= interpolate_text('You are taking "{exam_link}" as a {exam_type} exam. The timer on the right shows the time remaining in the exam.', {exam_link: ""+gtLtEscape(exam_display_name)+"", exam_type: (!_.isUndefined(arguments[0].exam_type)) ? exam_type : gettext('timed')}) %> <%- gettext('To receive credit for problems, you must select "Submit" for each problem before you select "End My Exam".') %>
<% if(attempt_status !== 'ready_to_submit') {%> - <% } %> @@ -24,7 +25,7 @@ -