summaryrefslogtreecommitdiffstats
path: root/templates/css/base.css
blob: e273808283477f990721bf91d6fc580f01379df1 (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
/* sane margins for main content */
.content {
	margin-top: 55px;
	margin-left: 20px;
	margin-right: 20px;
}

/* class for tables without 100% width */
.table-nonfluid {
	width: auto;
}

/* navbar padding from sides */
.navbar-fixed-top .navbar-inner {
	padding-right: 5px;
	padding-left: 5px;
}

/* statistics */
#overviewLegend li > div {
    display: inline-block;
    margin-right: 4px;
}

#overviewLegend li {
	list-style: none;
}

#placeholder .legend {
	visibility: hidden;
}

#overviewLegend label {
	display: inline;
}

#overviewLegend input {
	margin: 0;
}

/* dropdown menu with button on the right */
.btn-group > .cornered-dropdown-toggle {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.btn-group > .dropdown-menu + .btn {
	border-left: 0px;
}

/* disabled entries in dropdown */
.dropdown-menu .disabled {
	color: #999;
}

.two-columns {
	overflow: hidden;
	width: 400px;
}

.two-columns li {
	width: 20%;
	float: left;
	display: inline;
}

.hidden {
	display: none;
}

.table-nonfluid {
	width: auto !important;
}

.text-right {
	text-align: right !important;
}

table.user-entry th {
	min-width: 150px;
}

table.user-entry td {
	min-width: 350px;
}

@media print {
	.navbar-fixed-top {
		display: none !important;
	}
}