aboutsummaryrefslogtreecommitdiff
path: root/mod/members/views/default/members/css.php
blob: 9c92398fcc37f335b9954177ca6fa8daae547950 (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
<?php
/**
 * Elgg Members Css
 * 
 * @package Members
 */
?>
.members .group_count {
	font-weight: bold;
	color: #666666;
	margin:0 0 5px 4px;
}
#memberssearchform {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
#memberssearchform input[type="submit"] {
	padding:2px;
	height:auto;
	margin:4px 0 5px 0;
}
#memberssearchform .search_input {
	width:196px;
}