Commit 64663c34 by marco

added flag resources

parent a0104f65
lms/static/images/flagged.png

5.39 KB | W: | H:

lms/static/images/flagged.png

370 Bytes | W: | H:

lms/static/images/flagged.png
lms/static/images/flagged.png
lms/static/images/flagged.png
lms/static/images/flagged.png
  • 2-up
  • Swipe
  • Onion skin
lms/static/images/notflagged.png

730 Bytes | W: | H:

lms/static/images/notflagged.png

332 Bytes | W: | H:

lms/static/images/notflagged.png
lms/static/images/notflagged.png
lms/static/images/notflagged.png
lms/static/images/notflagged.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -2421,6 +2421,7 @@ body.discussion { ...@@ -2421,6 +2421,7 @@ body.discussion {
font-size: 12px; font-size: 12px;
color: #888; color: #888;
float:right; float:right;
padding-right: 5px;
font-style: italic; font-style: italic;
width:100px; width:100px;
} }
...@@ -2428,16 +2429,17 @@ body.discussion { ...@@ -2428,16 +2429,17 @@ body.discussion {
.notflagged .icon .notflagged .icon
{ {
display: inline-block; display: inline-block;
width: 20px; width: 10px;
height: 30px; height: 14px;
padding-right: 3px;
background: transparent url('../images/notflagged.png') no-repeat 0 0; background: transparent url('../images/notflagged.png') no-repeat 0 0;
} }
.flagged .icon .flagged .icon
{ {
display: inline-block; display: inline-block;
width: 20px; width: 10px;
height: 30px; height: 14px;
padding-right: 3px;
background: transparent url('../images/flagged.png') no-repeat 0 0; background: transparent url('../images/flagged.png') no-repeat 0 0;
} }
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
<div class="response-local"><div class="response-body">${"<%- body %>"}</div> <div class="response-local"><div class="response-body">${"<%- body %>"}</div>
<div class="discussion-flag-abuse notflagged" data-role="thread-flag" data-tooltip="flag"> <div class="discussion-flag-abuse notflagged" data-role="thread-flag" data-tooltip="flag">
<i class="icon"></i>Report Misuse</div> <i class="icon"></i><span class="flag-label">Report Misuse</span></div>
</div> </div>
<ul class="moderator-actions response-local"> <ul class="moderator-actions response-local">
<li style="display: none"><a class="action-edit" href="javascript:void(0)"><span class="edit-icon"></span> Edit</a></li> <li style="display: none"><a class="action-edit" href="javascript:void(0)"><span class="edit-icon"></span> Edit</a></li>
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
<div id="comment_${'<%- id %>'}"> <div id="comment_${'<%- id %>'}">
<div class="response-body">${'<%- body %>'}</div> <div class="response-body">${'<%- body %>'}</div>
<div class="discussion-flag-abuse notflagged" data-role="thread-flag" data-tooltip="flag"> <div class="discussion-flag-abuse notflagged" data-role="thread-flag" data-tooltip="flag">
<i class="icon"></i>Report Misuse</div> <i class="icon"></i><span class="flag-label">Report Misuse</span></div>
<p class="posted-details">&ndash;posted <span class="timeago" title="${'<%- created_at %>'}">${'<%- created_at %>'}</span> by <p class="posted-details">&ndash;posted <span class="timeago" title="${'<%- created_at %>'}">${'<%- created_at %>'}</span> by
${"<% if (obj.username) { %>"} ${"<% if (obj.username) { %>"}
<a href="${'<%- user_url %>'}" class="profile-link">${'<%- username %>'}</a> <a href="${'<%- user_url %>'}" class="profile-link">${'<%- username %>'}</a>
......
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