Project

General

Profile

« Previous | Next » 

Revision 45eebe10

Added by Sander van Leeuwen over 10 years ago

Style page header & footer

head.inc - Wrap header elements (title, breadcrumb)
guiconfig.inc - Prefix breadcrumb with title h1
pfSense.css - Styling for header and footer

View differences:

usr/local/www/bootstrap/css/pfSense.css
42 42
	opacity: .5;
43 43
}
44 44

  
45
/** Page header with title and breadcrumb */
46
.header {
47
	position: relative;
48
}
49

  
50
.header .page-header {
51
	margin-top: 0;
52
}
53

  
54
.header .help-icon {
55
	position: absolute;
56
	right: 0;
57
	top: 15px;
58
}
59

  
60
/** Page footer */
45 61
.footer {
46 62
	position: absolute;
47 63
	bottom: 0;
48 64
	width: 100%;
49 65
	height: 60px;
50 66
	background-color: #f5f5f5;
67
	padding-top: 21px;
68
	text-align: center;
51 69
}

Also available in: Unified diff