diff --git a/cms/static/sass/views/_outline.scss b/cms/static/sass/views/_outline.scss index 6a141fa789..6b179f0731 100644 --- a/cms/static/sass/views/_outline.scss +++ b/cms/static/sass/views/_outline.scss @@ -604,13 +604,39 @@ body.course.outline { } .picker { + @include clearfix(); margin: 30px 0 65px; + + .field { + float: left; + margin-right: ($baseline/2); + + &:first-child { + margin-left: ($baseline*5); + } + + &:last-child { + margin-right: 0; + } + + label, input { + display: block; + text-align: left; + } + + label { + @include font-size(14); + margin-bottom: ($baseline/4); + } + } } .description { + float: left; margin-top: 30px; font-size: 14px; line-height: 20px; + width: 100%; } strong { diff --git a/cms/templates/overview.html b/cms/templates/overview.html index eafef5e971..702fe46201 100644 --- a/cms/templates/overview.html +++ b/cms/templates/overview.html @@ -108,8 +108,15 @@
On the date set above, this section – – will be released to students. Any units marked private will only be visible to admins.