aboutsummaryrefslogtreecommitdiff
path: root/assets/css/list.css
blob: bc51fd2f1f37bdd3a03879b9dd4ea7d573bfde83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.jap-name {
	color: rgb(166, 166, 166);
}

.list-entry {
	height: 80px;
	padding: 8px;
}

.list-img {
	width: 64px;
	height: 64px;
}

.list-controls {
	position: relative;
	top: 8px;
	left: -15px;
}