diff --git a/lms/static/js/instructor_dashboard/proctoring.js b/lms/static/js/instructor_dashboard/proctoring.js index 9ef274f9de..89976ead3e 100644 --- a/lms/static/js/instructor_dashboard/proctoring.js +++ b/lms/static/js/instructor_dashboard/proctoring.js @@ -1,7 +1,7 @@ $(function() { var icons = { - header: 'ui-icon-carat-1-e', - activeHeader: 'ui-icon-carat-1-s' + header: 'ui-icon-carat-1-s', + activeHeader: 'ui-icon-carat-1-n' }; var $proctoringAccordionPane = $('#proctoring-accordion'); $proctoringAccordionPane.accordion( diff --git a/lms/static/sass/course/instructor/_instructor_2.scss b/lms/static/sass/course/instructor/_instructor_2.scss index 2872a71ad4..3bd8e8a0c2 100644 --- a/lms/static/sass/course/instructor/_instructor_2.scss +++ b/lms/static/sass/course/instructor/_instructor_2.scss @@ -2584,6 +2584,10 @@ input[name="subject"] { font-size: em(13); } } + + .special-exam-header { + padding-left: 25px; + } } .special-allowance-container, diff --git a/lms/templates/instructor/instructor_dashboard_2/special_exams.html b/lms/templates/instructor/instructor_dashboard_2/special_exams.html index d162fe7ce7..ab2bb966a0 100644 --- a/lms/templates/instructor/instructor_dashboard_2/special_exams.html +++ b/lms/templates/instructor/instructor_dashboard_2/special_exams.html @@ -10,22 +10,22 @@ import pytz % endif