summaryrefslogtreecommitdiffstats
path: root/usr/local/www/bootstrap/css/pfSense.css
blob: aa452206887d9b8bd0c9f4ab406d58dc5d4affc6 (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
@import url("/bootstrap/css/bootstrap.min.css");
@import url("/bootstrap/css/bootstrap-theme.min.css");
@import url("/bootstrap/glyphicons/glyphicons-halflings.css");

html {
	position: relative;
	min-height: 100%;
}

body {
	padding-top: 70px;
	margin-bottom: 60px;
}

.navbar-brand {
	padding-top: 0;
}

body.no-menu #jumbotron {
	padding: 100px;
	background: #3c3c3c no-repeat;
}

body.no-menu #jumbotron .container {
	width: 450px;
	padding-top: 50px;
	background: url("/logo.png") no-repeat;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}
OpenPOWER on IntegriCloud