summaryrefslogtreecommitdiffstats
path: root/web/html/css/aur.css
blob: 78fd4ce89b3b12967dee36ae43354a53d903b2c4 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/* AUR-specific customizations to "archweb.css". */
#archnavbar.anb-aur ul li#anb-aur a {
    color: white !important;
}

#lang_sub {
  float: right;
}

.pkglist-nav .page {
    margin: 0 .25em;
}

#pkg-updates td.pkg-new {
  padding: 0 .5em;
}

#pkg-stats td.stat-desc {
  white-space: normal;
}

#actionlist form {
	margin: 0;
	padding: 0;
}

#actionlist .text-button {
        color: #07b;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: 100%;
}

#actionlist .text-button:hover {
	text-decoration: underline;
	color: #666;
}

.arch-bio-entry ul {
	list-style: none;
	padding: 0;
}

#pkg-updates table {
	table-layout: fixed;
	width:100%;
}

#pkg-updates td.pkg-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#pkg-updates td.pkg-new {
	width: 16px;
}

#pkg-updates td.pkg-date {
	text-align:right;
}