From 4a3f85b41723b29651a404db4c4ef88bd677d4e4 Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Tue, 4 Sep 2012 14:05:09 -0400 Subject: [PATCH] styled closed post notice --- lms/static/sass/_discussion.scss | 10 ++++++++++ lms/templates/discussion/_underscore_templates.html | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index 3c0ba1fee0..e970c2d6d0 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -1022,6 +1022,16 @@ body.discussion { + .bottom-post-status { + padding: 30px; + font-size: 20px; + font-weight: 700; + color: #ccc; + text-align: center; + } + + + .discussion-column { float: right; diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html index b005c4567c..3959b336e4 100644 --- a/lms/templates/discussion/_underscore_templates.html +++ b/lms/templates/discussion/_underscore_templates.html @@ -13,9 +13,6 @@
${'<%- body %>'}
-