diff --git a/cms/static/sass/_base.scss b/cms/static/sass/_base.scss index 28415b8e8a..cda99b676c 100644 --- a/cms/static/sass/_base.scss +++ b/cms/static/sass/_base.scss @@ -50,27 +50,8 @@ h1 { // ==================== -// layout - overall view -.wrapper-view { - min-height: 100%; - position: relative; -} - -.wrapper-main { - background: $gray-l5; - margin: ($baseline*1.5) 0 0 0; - padding-bottom: $bottom-height; -} - -.wrapper-bottom { - position: absolute; - bottom: 0; - height: $bottom-height; -} - // layout - basic page header .wrapper-mast { - margin: 0; padding: 0 $baseline; position: relative; @@ -81,7 +62,7 @@ h1 { max-width: $fg-max-width; min-width: $fg-min-width; width: flex-grid(12); - margin: 0 auto $baseline auto; + margin: ($baseline*1.5) auto $baseline auto; color: $gray-d2; } diff --git a/cms/static/sass/elements/_footer.scss b/cms/static/sass/elements/_footer.scss index d0bb9b9dee..add839770f 100644 --- a/cms/static/sass/elements/_footer.scss +++ b/cms/static/sass/elements/_footer.scss @@ -2,11 +2,10 @@ // ==================== .wrapper-footer { - @include box-shadow(inset 0 1px 2px $shadow-d1); position: relative; width: 100%; + margin: ($baseline*1.5) 0 $baseline 0; padding: $baseline; - background: $gray-l4; footer.primary { @include clearfix(); @@ -15,6 +14,8 @@ min-width: $fg-min-width; width: flex-grid(12); margin: 0 auto; + border-top: 1px solid $gray-l4; + padding: $baseline 0 0 0; color: $gray-l1; .colophon { diff --git a/cms/templates/base.html b/cms/templates/base.html index 46d566116e..5070777444 100644 --- a/cms/templates/base.html +++ b/cms/templates/base.html @@ -51,21 +51,15 @@ document.location.protocol + '//www.youtube.com/player_api">\x3C/script>'); -
- <%include file="widgets/header.html" /> - -
- <%block name="content"> - % if user.is_authenticated(): - <%include file="widgets/sock.html" /> - % endif -
- -
- <%include file="widgets/footer.html" /> -
-
- + <%include file="widgets/header.html" /> + + <%block name="content"> + + % if user.is_authenticated(): + <%include file="widgets/sock.html" /> + % endif + + <%include file="widgets/footer.html" /> <%include file="widgets/tender.html" /> <%block name="jsextra"> diff --git a/cms/templates/overview.html b/cms/templates/overview.html index d45a90093e..ef81703bf0 100644 --- a/cms/templates/overview.html +++ b/cms/templates/overview.html @@ -106,20 +106,6 @@ <%block name="content"> -
-
-

Section Release Date

-
- - -
-

On the date set above, this section – – will be released to students. Any units marked private will only be visible to admins.

-
-
- SaveCancel -
-
-
@@ -219,4 +205,18 @@
+ +
+
+

Section Release Date

+
+ + +
+

On the date set above, this section – – will be released to students. Any units marked private will only be visible to admins.

+
+
+ SaveCancel +
+