aboutsummaryrefslogtreecommitdiff
path: root/mod/members/views/default/members/css.php
blob: d66c97bed14b50a9373edefe5a0366911e04f9e7 (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
<?php
/**
 * Elgg Members Css
 * 
 * @package Members
 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
 * @author Curverider Ltd <info@elgg.com>
 * @copyright Curverider Ltd 2008-2010
 * @link http://elgg.com/
 */
?>
.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;
}