summaryrefslogtreecommitdiffstats
path: root/webroot/css/table.css
blob: f0a5184b2f146cbc1950e578eaf9fb455d101135 (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
41
/* for search results and anime/manga/kdrama lists */

span.alt_titles {
	font-size: 90%;
	opacity: 0.7;
}

table {
	border-collapse: collapse;
	width: 898px;
	max-width: 898px;
	table-layout: fixed;
}
tr {
	height: 45px;
}
tr:first-child { /* th row */
	height: 25px;
}
th {
	vertical-align: middle;
}
th:nth-child(2) {
	width: 240px;
}
th:nth-child(3) {
	width: 50px;
}
td {
	border: 0px solid #bbb;
	border-top-width: 1px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}
td:nth-child(2) {
	padding-left: 25px;
}
td a {
	display: block;
}