aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/comments/admin/views/settings/settings.css
blob: 1e1f1dae150340b8e2bfa56e8abccf74575affd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#settings {
	width: 100%;
}

#settings tr:nth-child(odd) {
	background-color: #F5F5F5;
}

input, textarea, select, .select-wrapper {
	margin: 0px;
}

table tr {
	height: 35px;
}