summaryrefslogtreecommitdiffstats
path: root/usr/share/build-errors/www/styles.css
blob: e852bbc55ac173c018ae4fcb71d93511bbf5f66c (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
42
43
44
45
body {
	padding: .5em 1em;
	font-family: sans-serif;
	text-align: center;
}

#search_table {
	margin: 0 auto 2em auto;
}
#search_table th, #search_table td {
	padding: .1em 1em;
}
#search_table input.text {
	width: 30em;
}
th, td {
	font-size: 90%;
	text-align: left;
}
#search_table_container {
	display: inline-block;
}
#list_table td {
	padding: .3em 1em !important;
}
#list_table th {
	padding: .3em 1.3em .3em 1em !important;
}
a {
	text-decoration: none;
	color: #0D597F;
}
a:hover {
	text-decoration: underline;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}