diff --git a/lms/static/sass/course/instructor/_instructor.scss b/lms/static/sass/course/instructor/_instructor.scss index 059db7a3ee..d0a9ed59fe 100644 --- a/lms/static/sass/course/instructor/_instructor.scss +++ b/lms/static/sass/course/instructor/_instructor.scss @@ -121,9 +121,9 @@ } } } - + //Metrics tab - + .metrics-container { position: relative; width: 100%; @@ -170,6 +170,15 @@ border-radius: 5px; margin-top: 25px; } - + + .wrapper-msg { + margin-bottom: ($baseline*1.5); + padding: ($baseline/2) $baseline; + + .msg { + margin-bottom: 0; + } + } + } diff --git a/lms/templates/courseware/instructor_dashboard.html b/lms/templates/courseware/instructor_dashboard.html index cf549338f3..a08467a24f 100644 --- a/lms/templates/courseware/instructor_dashboard.html +++ b/lms/templates/courseware/instructor_dashboard.html @@ -7,7 +7,7 @@ <%inherit file="../main.html" /> <%namespace name='static' file='/static_content.html'/> -<%block name="pagetitle">${_("Instructor Dashboard")}%block> +<%block name="pagetitle">${_("Legacy Instructor Dashboard")}%block> <%block name="nav_skip">#instructor-dashboard-content%block> <%block name="headextra"> @@ -139,7 +139,12 @@ function goto( mode)
${_("User requires forum administrator privileges to perform administration tasks. See instructor.")}
%endif - +${_("Forum Moderators: can edit or delete any post, remove misuse flags, close and re-open threads, endorse " @@ -698,7 +703,7 @@ function goto( mode)
- +