diff --git a/cms/static/sass/_settings.scss b/cms/static/sass/_settings.scss index 89f7841df0..6c3413472c 100644 --- a/cms/static/sass/_settings.scss +++ b/cms/static/sass/_settings.scss @@ -129,6 +129,7 @@ } &.short { + min-width: 100px; width: 25%; } @@ -148,8 +149,8 @@ } } - .input-default { - color: $darkGrey; + .input-default input, .input-default textarea { + color: $mediumGrey; background: $lightGrey; } @@ -379,7 +380,7 @@ } .field { - width: 400px; + width: 400px ! important; } &.multi-inline { @@ -426,10 +427,10 @@ .current { width: 100%; margin: 10px 0; - padding: 15px; + padding: 10px; @include box-sizing(border-box); @include border-radius(5px); - background: tint($blue, 80%); + background: tint($lightGrey, 50%); } } @@ -464,6 +465,10 @@ border-bottom: none; } } + + .remove-faculty-photo { + display: inline-block; + } } #course-faculty-bio-input { @@ -493,7 +498,6 @@ .course-grading-gradeweight, .course-grading-totalassignments, .course-grading-totalassignmentsdroppable { input { - width: 73px; } } } @@ -514,6 +518,23 @@ .settings-discussions { + .settings-discussions-categories .course-discussions-categories-list-item { + + label { + display: none; + } + + .group { + display: inline-block; + } + + .remove-item { + display: inline-block !important; + margin-left: 10px; + } + } + + } // states @@ -543,6 +564,17 @@ // } // } + input.error, textarea.error { + border-color: $red; + } + + .message-error { + display: block; + margin-top: 5px; + color: $red; + font-size: 13px; + } + // misc .divide { display: none; diff --git a/cms/static/sass/_variables.scss b/cms/static/sass/_variables.scss index a234a0d47e..8ab5e0d703 100644 --- a/cms/static/sass/_variables.scss +++ b/cms/static/sass/_variables.scss @@ -16,6 +16,7 @@ $error-red: rgb(253, 87, 87); $offBlack: #3c3c3c; $blue: #5597dd; $orange: #edbd3c; +$red: #e23c3e; $lightGrey: #edf1f5; $mediumGrey: #ced2db; $darkGrey: #8891a1; diff --git a/cms/templates/settings.html b/cms/templates/settings.html index 079ba25f51..1cc0ae8ea0 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -171,7 +171,18 @@
- First day the class begins + First day the course begins +
+
+ + +
+ +
+
+ + First day the course begins + The start date of the course cannot be after the end date of the course
@@ -181,7 +192,18 @@
- Last day the class begins + Last day the course begins +
+
+ + +
+ +
+
+ + Last day the course begins + The end date of the course cannot be before the start date of the course
@@ -205,6 +227,36 @@ Delete Milestone +
  • +
    + + + A milestone date cannot be after the end of a course +
    + +
    + + +
    + + Delete Milestone +
  • + +
  • +
    + + + A milestone date cannot be before the start of a course +
    + +
    + + +
    + + Delete Milestone +
  • +
  • @@ -233,8 +285,6 @@
    Delete Syllabus - - PDF formatting preferred
    @@ -259,7 +309,7 @@
    - + Detailed summary of concepts and lessons covered
    @@ -280,7 +330,7 @@
    - +
    Delete Video @@ -482,13 +532,6 @@
    -
    - - Upload Faculty Photo - - Max size: 30KB -
    -
    Faculty Photo @@ -534,17 +577,6 @@ Max size: 30KB
    - -
    -
    - -
    - - - Upload Faculty Photo - - Max size: 30KB -
    @@ -640,8 +672,8 @@
    - - Boston, MA Local Time (UTC/GMT -5 hours) + + Boston, MA Local Time (UTC/GMT -5 hours) Convert to your time zone
    @@ -1105,6 +1137,8 @@
    + + Delete Category
  • @@ -1114,7 +1148,7 @@ - Delete Discussion Category + Delete Category
  • @@ -1123,7 +1157,7 @@ - Delete Discussion Category + Delete Category
  • @@ -1134,11 +1168,11 @@
    -

    Create Discussion Categories per Unit

    +

    Create Discussion
    Categories for Each
    Course Unit

    - +
    This option is automatically set currently