From 7b12dac02116f36b8e7fd729c05ebdb326643188 Mon Sep 17 00:00:00 2001 From: marco Date: Tue, 22 Jan 2013 15:47:23 -0500 Subject: [PATCH] added make visible to menu, and visibility description to threads --- lms/static/sass/_discussion.scss | 8 +++++++- lms/templates/discussion/_new_post.html | 8 ++++++++ lms/templates/discussion/_thread_list_template.html | 1 - lms/templates/discussion/_underscore_templates.html | 1 + 4 files changed, 16 insertions(+), 2 deletions(-) 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 @@ -