aboutsummaryrefslogtreecommitdiffstats
path: root/rrs/static/css/rrs-additional.css
blob: 728024f6b688060fae2416eba50c9e4f0893bcb4 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.version_column {
    max-width: 150px;
    word-wrap: break-word;
}

.upstream_version_column {
    min-width: 130px;
}

.upstream_status_column {
    min-width: 60px;
}

.maintainer_column {
    min-width: 110px;
}

.distrolist {
    margin-left: -20px;
}

.half-selector {
    margin-bottom: -5px;
    margin-top: 5px;
}

.selector {
    margin-bottom: 5px;
    margin-top: 5px;
}

/* Sorting styles  */

th > a, th.muted {
	font-weight: normal;
}

.sorted {
	cursor: pointer;
	color: #333;
	font-weight: bold;
}

.sorted:hover {
	color: #000;
	text-decoration: underline;
}

.sorter {
	font-size: 10px;
}

/* Table styles */

.navbar .nav > li > p {
	color: #777777;
	padding: 10px 5px;
	margin-bottom: 0;
}

.navbar .badge {
	margin-top: 10px;
	margin-right: 10px;
}

.navbar-table-controls {
	margin-bottom: 5px;
}

.table-controls {
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	border:none;
	padding-left: 0;
	padding-right: 0;
}

.current-wk {
	background-color: #fcf8e3;
	color: #c09853;
}

th .caret {
	vertical-align: middle;
}

/* status styles */

.well{
	padding: 8px 14px 8px 14px;
}

.nav > li.lead {
	margin: 5px 0 0 5px;
}


/* about recipe styles */

dd {
	margin-bottom: 10px;
}

.well-transparent {
	background-color: transparent;
}