aboutsummaryrefslogtreecommitdiff
path: root/mod/bulk_user_admin/views/default/bulk_user_admin/css.php
blob: 3254c17005f88c2dfe070d5e278408489cde9f0e (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
table.bulk_user_admin_email_domains {
	width: 300px;
}

table.bulk_user_admin_email_domains th {
	text-align: center;
	font-weight: bold;
	font-size: 125%;
}

table.bulk_user_admin_email_domains td {
	padding: 3px;
}

table.bulk_user_admin_email_domains td.center {
	text-align: center;
}

table.bulk_user_admin_email_domains tr.odd {
	background-color: #fff;
}

table.bulk_user_admin_email_domains tr.even {
	background-color: #dedede;
}