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

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