From 9eca557761a8b41b47e26d484b13a1db917261b5 Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 14 Jun 2013 15:04:39 -0400 Subject: [PATCH] updated flag icons to be font-awesome based --- lms/static/sass/_discussion.scss | 15 +++++++++++++++ .../discussion/_underscore_templates.html | 12 ++++++------ 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index 90c98429a8..c2a3a8b850 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -2691,20 +2691,35 @@ display:none; } } +<<<<<<< HEAD .notflagged .icon { display: block; +======= + } + +.notflagged .icon { + display: block; +>>>>>>> updated flag icons to be font-awesome based float: left; margin: 3px; width: 10px; height: 14px; padding-right: 3px; +<<<<<<< HEAD } .flagged .icon { display: block; color: $gray-l2; +======= + color: $gray-l2; +} + +.flagged .icon { + display: block; +>>>>>>> updated flag icons to be font-awesome based float: left; margin: 3px; width: 10px; diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html index 8dfce3e63b..097784807c 100644 --- a/lms/templates/discussion/_underscore_templates.html +++ b/lms/templates/discussion/_underscore_templates.html @@ -47,18 +47,18 @@
${'<%- body %>'}
-
- Report Misuse
+
+ Report Misuse
% if course and has_permission(user, 'openclose_thread', course.id): -
- Pin Thread
+
+ Pin Thread
%else: ${"<% if (pinned) { %>"} -
- Pin Thread
+
+ Pin Thread
${"<% } %>"} % endif