From 45eebe10a93fa1e2399c6cdf133ad88dc21ee6e7 Mon Sep 17 00:00:00 2001 From: Sander van Leeuwen Date: Fri, 16 Jan 2015 16:11:09 +0100 Subject: 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 --- usr/local/www/bootstrap/css/pfSense.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'usr/local/www/bootstrap') diff --git a/usr/local/www/bootstrap/css/pfSense.css b/usr/local/www/bootstrap/css/pfSense.css index 84fa3ed..757e264 100644 --- a/usr/local/www/bootstrap/css/pfSense.css +++ b/usr/local/www/bootstrap/css/pfSense.css @@ -42,10 +42,28 @@ tr.disabled { opacity: .5; } +/** Page header with title and breadcrumb */ +.header { + position: relative; +} + +.header .page-header { + margin-top: 0; +} + +.header .help-icon { + position: absolute; + right: 0; + top: 15px; +} + +/** Page footer */ .footer { position: absolute; bottom: 0; width: 100%; height: 60px; background-color: #f5f5f5; + padding-top: 21px; + text-align: center; } \ No newline at end of file -- cgit v1.1