From 80c6366d466d46de704bff6e366f5c1149f481cb Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Wed, 5 Sep 2012 11:58:09 -0400 Subject: [PATCH] moved closed thread notice --- lms/static/sass/_discussion.scss | 5 +++++ lms/templates/discussion/_underscore_templates.html | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index 27e7b5ce48..1d559e2b51 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -1027,6 +1027,7 @@ body.discussion { + .bottom-post-status { padding: 30px; font-size: 20px; @@ -1077,6 +1078,10 @@ body.discussion { font-size: 12px; font-style: italic; color: #888; + + span { + font-style: italic; + } } .post-context{ diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html index 48972e44c9..ad749b0874 100644 --- a/lms/templates/discussion/_underscore_templates.html +++ b/lms/templates/discussion/_underscore_templates.html @@ -7,9 +7,13 @@

${'<%- title %>'}

${'<%- created_at %>'} by - ${'<%- username %>'} + ${'<%- username %>'} +

+
${'<%- body %>'}
@@ -18,9 +22,7 @@ (this post is about ${'<%- courseware_title %>'}) ${'<% } %>'} - +