aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/views/default/reportedcontent/admin_css.php
blob: 2eba964a1f45259be073fc6eb6dd49ca541f3b39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php
/**
 * Elgg reported content admin CSS
 *
 * @package ElggReportContent
 */
?>

/* REPORTED CONTENT */
.reported-content {
	margin: 5px 0 0;
	padding: 5px 7px 3px 9px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.reported-content p {
	margin: 0;
}
.reported-content-active {
	border: 1px solid #D3322A;
	background: #F7DAD8;
}
.reported-content-archived {
	border: 1px solid #666666;
	background: #dedede;
}
.reported-content .controls {
	float: right;
	margin: 0 0 0 10px;
}
.report-details {
	background-color: white;
	padding: 5px;
	margin-bottom: 5px;
	max-width: 500px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.elgg-widget-content .reported-content .elgg-button {
	display: block;
	margin: 5px;
}