aboutsummaryrefslogtreecommitdiff
path: root/assets_src/css/list.css
blob: 89f1476119e245589a1a890943803c0aad8c5c3c (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
29
30
31
32
33
34
35
36
37
38
39
40
.jap-name {
	color: rgb(166, 166, 166);
}

.liked {
	background-color: green;
}

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

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

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

.gril-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 64px;
	height: 64px;
}

/* Merge Modal */
#gril-merge-modal-template {
	display: none;
}

#gril-merge-modal-name {
	text-align: center;
}