From 9a19518fa70f804e4140f61f490cdb83c67cf952 Mon Sep 17 00:00:00 2001 From: Kevin Chugh Date: Thu, 29 Nov 2012 19:15:47 -0500 Subject: [PATCH] flagging set up in css and thread template --- lms/static/sass/_discussion.scss | 23 ++++++++++++++++--- .../discussion/_underscore_templates.html | 2 +- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index 6d84af186c..b53a68d139 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -2420,7 +2420,24 @@ body.discussion { .flagdiv{ font-size: 12px; color: #888; - align:right; + float:right; font-style: italic; - - } + width:100px; + } + +.notflagged .icon +{ + display: inline-block; + width: 20px; + height: 30px; + background: transparent url('../images/notflagged.png') no-repeat 0 0; +} + +.flagged .icon +{ + display: inline-block; + width: 20px; + height: 30px; + background: transparent url('../images/flagged.png') no-repeat 0 0; +} + diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html index ccbcc55da2..8decf33334 100644 --- a/lms/templates/discussion/_underscore_templates.html +++ b/lms/templates/discussion/_underscore_templates.html @@ -3,7 +3,7 @@