diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index 9148421e4c..2d7e5a8354 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -169,6 +169,12 @@ body.discussion { } } + .form-group-label { + display: block; + padding-top: 5px; + color:#fff; + } + .topic_dropdown_button { position: relative; z-index: 1000; @@ -1373,7 +1379,7 @@ body.discussion { .group-visibility-label { font-size: 12px; - color:#ddd; + color:#fff; font-style: italic; } diff --git a/lms/templates/discussion/_new_post.html b/lms/templates/discussion/_new_post.html index 263c49eba1..7a0fa46e4a 100644 --- a/lms/templates/discussion/_new_post.html +++ b/lms/templates/discussion/_new_post.html @@ -45,6 +45,14 @@ %elif course.metadata.get("allow_anonymous_to_peers", False): %endif +
+ Make visible to: + +
diff --git a/lms/templates/discussion/_thread_list_template.html b/lms/templates/discussion/_thread_list_template.html index 48aef4debf..31943ef8ad 100644 --- a/lms/templates/discussion/_thread_list_template.html +++ b/lms/templates/discussion/_thread_list_template.html @@ -24,7 +24,6 @@ -