diff --git a/cms/static/sass/_base.scss b/cms/static/sass/_base.scss index c1875edb06..a91d703d0f 100644 --- a/cms/static/sass/_base.scss +++ b/cms/static/sass/_base.scss @@ -80,7 +80,8 @@ footer { input[type="text"], input[type="email"], -input[type="password"] { +input[type="password"], +textarea { padding: 6px 8px 8px; @include box-sizing(border-box); border: 1px solid #b0b6c2; diff --git a/cms/static/sass/_settings.scss b/cms/static/sass/_settings.scss index 0834a90893..e26bf8dd8d 100644 --- a/cms/static/sass/_settings.scss +++ b/cms/static/sass/_settings.scss @@ -37,13 +37,17 @@ } } - input { + input, textarea { font-size: 15px; &.long { width: 400px; } + &.tall { + height: 200px; + } + &.short { width: 100px; } @@ -54,6 +58,14 @@ } .settings-page-section { + > .alert { + display: none; + + &.is-shown { + display: block; + } + } + > section { display: none; margin-bottom: 40px; diff --git a/cms/templates/settings.html b/cms/templates/settings.html index 4110f72ef4..fa5443a0c0 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -90,35 +90,211 @@
+

Course Details

-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
+ +
+
+

Basic Information

+ The nuts and bolts of your class +
+ +
+ + +
+
+ + +
+
+ + + e.g. 101x +
+
+ + +
+
+ +
+
+

Dates & Times

+ The nuts and bolts of your class +
+ +
+ + + First day the class begins +
+ +
+ + + Last day of class activty +
+ +
+ + +
+
    +
  1. +
    + + Milestone Date +
    + +
    + + Milestone Name +
    + + +
  2. +
+ + + New Class Milestone + +
+
+
+ +
+
+

Introducing Your Course

+ How your course will be shown to students considering taking it +
+ +
+ + +
+ +
+ + + Used to introduce your class to perspective students +
+ +
+ + +
+
+ +
+
+

Requirements

+ Expectations of the students taking this course +
+ +
+ + +
+ +
+ + + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
    +
  1. +
    + + Textbook Name +
    + +
    + + Textbook URL +
    + + +
  2. +
+ + + New Textbook + +
+
+
+ +
+
+

More Information

+ Other helpful information about the course +
+ +
+ + +
+
    +
  1. +
    + + Question +
    + +
    + + Answer +
    + + +
  2. +
+ + + New Question & Answer + +
+
+
+
+ +
+

Course Staff

+ +
+

Grading

@@ -200,6 +376,17 @@
+ +
+

Handouts & Guides

+ +
+ + + PDF formatted file +
+
+

Problems