Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
9a19518f
Commit
9a19518f
authored
Nov 29, 2012
by
Kevin Chugh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flagging set up in css and thread template
parent
a22dd5eb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
3 deletions
+20
-3
lms/static/sass/_discussion.scss
+19
-2
lms/templates/discussion/_underscore_templates.html
+1
-1
No files found.
lms/static/sass/_discussion.scss
View file @
9a19518f
...
...
@@ -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
;
}
lms/templates/discussion/_underscore_templates.html
View file @
9a19518f
...
...
@@ -3,7 +3,7 @@
<script
type=
"text/template"
id=
"thread-template"
>
<
article
class
=
"discussion-article"
data
-
id
=
"${'<%- id %>'}"
>
<
div
class
=
"thread-content-wrapper"
><
/div
>
<
div
class
=
"flagdiv
"
>
Report
Misuse
<
/div
>
<
div
class
=
"flagdiv
notflagged"
><
i
class
=
"icon"
><
/i
>Report Misuse</
div
>
<
ol
class
=
"responses"
>
<
li
class
=
"loading"
><
div
class
=
"loading-animation"
><
/div></
li
>
<
/ol
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment