diff --git a/cms/static/sass/_cms_mixins.scss b/cms/static/sass/_cms_mixins.scss index 8ca737f33d..e4ecc953e9 100644 --- a/cms/static/sass/_cms_mixins.scss +++ b/cms/static/sass/_cms_mixins.scss @@ -153,7 +153,7 @@ } &.editing { - background: #d1dae3; + background: #fffcf1; } .draft-item, diff --git a/cms/static/sass/_courseware.scss b/cms/static/sass/_courseware.scss index 020548e08a..a888b65ed5 100644 --- a/cms/static/sass/_courseware.scss +++ b/cms/static/sass/_courseware.scss @@ -1,7 +1,5 @@ input.courseware-unit-search-input { - position: absolute; - right: 0; - top: 5px; + float: left; width: 260px; background-color: #fff; } diff --git a/cms/static/sass/_login.scss b/cms/static/sass/_login.scss index 48216636d0..960a44272b 100644 --- a/cms/static/sass/_login.scss +++ b/cms/static/sass/_login.scss @@ -13,6 +13,7 @@ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(255, 255, 255, 0.05) inset, 0 1px 0 rgba(255, 255, 255, .25) inset; h1 { + float: none; margin: 5px 0; font-size: 15px; font-weight: 300; diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index 0cc855a56f..8c9e54cc0f 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -220,6 +220,10 @@ } } + .xmodule_display { + padding: 10px 20px; + } + .component-editor { @include edit-box; display: none; @@ -382,7 +386,7 @@ } .new-unit-item { - margin-left: 50px; + margin: 0 0 15px 50px; } } } diff --git a/cms/templates/overview.html b/cms/templates/overview.html index f4ae4abe4d..d650f5e6df 100644 --- a/cms/templates/overview.html +++ b/cms/templates/overview.html @@ -9,7 +9,9 @@

Courseware

- +
+ +
New Section % for section in sections: diff --git a/cms/templates/signup.html b/cms/templates/signup.html index 67c70b5cac..77a5df7856 100644 --- a/cms/templates/signup.html +++ b/cms/templates/signup.html @@ -51,7 +51,7 @@
-

Not enrolled? Sign up.

+

Already enrolled? Log In.

diff --git a/cms/templates/unit.html b/cms/templates/unit.html index 16d337f57b..3d48461231 100644 --- a/cms/templates/unit.html +++ b/cms/templates/unit.html @@ -92,46 +92,25 @@

Unit Location

-
-
-
-

${section.display_name}

-
-
-
+
    +
  1. + ${section.display_name}
      -
    1. - - ${units.enum_units(subsection, actions=False, selected=unit.location)} +
    2. + + + ${subsection.display_name} + +
        + ${units.enum_units(subsection, actions=False, selected=unit.location)} +
    -
-
+ +
- -
- - -
- -