diff --git a/lms/static/sass/course/instructor/_instructor.scss b/lms/static/sass/course/instructor/_instructor.scss index 01b6004258..fe24fc6e9a 100644 --- a/lms/static/sass/course/instructor/_instructor.scss +++ b/lms/static/sass/course/instructor/_instructor.scss @@ -14,15 +14,15 @@ right: 2em; } - section.instructor-dashboard-content { - @extend .content; + section.instructor-dashboard-content { + @extend .content; padding: 40px; width: 100%; h1 { @extend .top-header; } - } + } // form fields .list-fields { @@ -37,7 +37,16 @@ &:last-child { margin-bottom: 0; } + + .tip { + display: block; + margin-top: ($baseline/4); + color: tint(rgb(127,127,127),50%); + @include font-size(12); + } + } + } // ==================== diff --git a/lms/static/sass/course/instructor/_instructor_2.scss b/lms/static/sass/course/instructor/_instructor_2.scss index 947c4df41d..294b3e9670 100644 --- a/lms/static/sass/course/instructor/_instructor_2.scss +++ b/lms/static/sass/course/instructor/_instructor_2.scss @@ -16,7 +16,7 @@ position: absolute; top: 17px; right: 15px; - font-size: 11pt; + @include font-size(14); } // system feedback - messages @@ -254,6 +254,12 @@ section.instructor-dashboard-content-2 { &:last-child { margin-bottom: 0; } + .tip { + display: block; + margin-top: ($baseline/4); + color: tint(rgb(127,127,127),50%); + @include font-size(12); + } } } } @@ -432,7 +438,7 @@ section.instructor-dashboard-content-2 { .last-updated { line-height: 2.2em; - font-size: 10pt; + @include font-size(10); } .display-graph .graph-placeholder { @@ -470,7 +476,7 @@ section.instructor-dashboard-content-2 { } .title { - font-size: 16pt; + @include font-size(16); } .label { diff --git a/lms/templates/courseware/instructor_dashboard.html b/lms/templates/courseware/instructor_dashboard.html index deded1d0ed..61c073aa01 100644 --- a/lms/templates/courseware/instructor_dashboard.html +++ b/lms/templates/courseware/instructor_dashboard.html @@ -522,10 +522,11 @@ function goto( mode)
  • %if subject: - + %else: - + %endif + ${_("(Max 128 characters)")}
  • diff --git a/lms/templates/instructor/instructor_dashboard_2/send_email.html b/lms/templates/instructor/instructor_dashboard_2/send_email.html index 0c7354912a..8a5608e7c5 100644 --- a/lms/templates/instructor/instructor_dashboard_2/send_email.html +++ b/lms/templates/instructor/instructor_dashboard_2/send_email.html @@ -24,7 +24,12 @@

  • - + %if subject: + + %else: + + %endif + ${_("(Max 128 characters)")}