diff --git a/cms/static/sass/views/_subsection.scss b/cms/static/sass/views/_subsection.scss index cd29759db8..57fd3a721e 100644 --- a/cms/static/sass/views/_subsection.scss +++ b/cms/static/sass/views/_subsection.scss @@ -8,6 +8,32 @@ body.course.subsection { padding: 10px 20px; } + .datepair { + + .field { + display: inline-block; + margin-right: ($baseline/4); + width: 45%; + + &:last-child { + margin-right: 0; + } + + label, input { + display: block; + text-align: left; + } + + input { + width: 100%; + } + + label { + margin-bottom: ($baseline/4); + } + } + } + .unit-actions { border-bottom: none; padding-bottom: 0; diff --git a/cms/templates/edit_subsection.html b/cms/templates/edit_subsection.html index c48787c34a..6c013aec7b 100644 --- a/cms/templates/edit_subsection.html +++ b/cms/templates/edit_subsection.html @@ -33,10 +33,15 @@