Skip to content

Commit

Permalink
chore(reportedcontent): report content icon returns as an exclamation…
Browse files Browse the repository at this point in the history
… triangle

Fixes #8628
Fixes #9070

BREAKING CHANGE:
The report content icon is now a FontAwesome icon, however the GIF used in 1.x
is still available.
  • Loading branch information
mrclay committed Nov 26, 2015
1 parent c52bd2f commit 96d258f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 27 deletions.
7 changes: 0 additions & 7 deletions mod/reportedcontent/views.php

This file was deleted.

10 changes: 2 additions & 8 deletions mod/reportedcontent/views/default/reportedcontent/admin_css.php
@@ -1,12 +1,6 @@
<?php
/**
* Elgg reported content admin CSS
*
* @package ElggReportContent
*/
?>

/* <style> */
/* REPORTED CONTENT */

.reported-content {
margin: 5px 0 0;
padding: 5px 7px 3px 9px;
Expand Down
16 changes: 4 additions & 12 deletions mod/reportedcontent/views/default/reportedcontent/css.php
@@ -1,14 +1,6 @@
<?php
/**
* Elgg reported content CSS
*
* Footer link CSS
*
* @package ElggReportContent
*/
/* <style> */
/* REPORTED CONTENT */

?>
/* Reported Content */
.elgg-icon-report-this {
background: url(<?php echo elgg_get_simplecache_url('reportedcontent/icon_reportthis.gif'); ?>) no-repeat left top;
.elgg-icon-report-this:before {
content: "\f071";
}

0 comments on commit 96d258f

Please sign in to comment.