Commit 9a19518f by Kevin Chugh

flagging set up in css and thread template

parent a22dd5eb
......@@ -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;
}
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment