aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/views/default/reportedcontent/css.php
blob: 718777400d15618c9e7512c465b4498c3207cea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/**
 * Elgg reported content CSS
 *
 * Footer link CSS
 * 
 * @package ElggReportContent
 */

?>
/* Reported Content */
.report-this-icon {
	background: url(<?php echo elgg_get_site_url(); ?>mod/reportedcontent/graphics/icon_reportthis.gif) no-repeat left top;
}