diff --git a/lms/static/sass/course/wiki/_wiki.scss b/lms/static/sass/course/wiki/_wiki.scss index 23b032a4e9..4173165f1f 100644 --- a/lms/static/sass/course/wiki/_wiki.scss +++ b/lms/static/sass/course/wiki/_wiki.scss @@ -588,6 +588,41 @@ section.wiki { + /*----------------- + + Settings + + -----------------*/ + + #settings_form { + .well { + margin-bottom: 15px; + @include clearfix; + } + + .control-group { + float: left; + margin-bottom: 0; + clear: both; + } + + label { + margin-left: 15px; + } + + .controls { + padding-top: 4px; + } + + label, + .controls { + float: right; + } + } + + + + /*----------------- New diff --git a/lms/templates/wiki/includes/form.html b/lms/templates/wiki/includes/form.html index c274a4d46f..2ab845a689 100644 --- a/lms/templates/wiki/includes/form.html +++ b/lms/templates/wiki/includes/form.html @@ -13,6 +13,7 @@ {% if field.is_hidden %} {{ field }} {% else %} +
{% if field.label %}