summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-15 23:02:15 -0600
committerk-paulius <k.dash.paulius@gmail.com>2016-02-15 23:02:15 -0600
commitd0f90e1c7dcc6a1a7c3cd1e780dc2e7d7ecc12b4 (patch)
tree5973c48e606e1d41b595595e1a6c6611b3094e4a
parentcaf21e6b67a720be45793a9513b222bff1a660a7 (diff)
downloadpfsense-d0f90e1c7dcc6a1a7c3cd1e780dc2e7d7ecc12b4.zip
pfsense-d0f90e1c7dcc6a1a7c3cd1e780dc2e7d7ecc12b4.tar.gz
Stop generating page-header instead of hiding it. With breadcrumbs introduces it no longer serves any useful purpose.
-rw-r--r--src/usr/local/www/bootstrap/css/pfSense-dark.css4
-rw-r--r--src/usr/local/www/bootstrap/css/pfSense.css13
-rw-r--r--src/usr/local/www/guiconfig.inc5
3 files changed, 0 insertions, 22 deletions
diff --git a/src/usr/local/www/bootstrap/css/pfSense-dark.css b/src/usr/local/www/bootstrap/css/pfSense-dark.css
index 6b6cbfd..09e8fa1 100644
--- a/src/usr/local/www/bootstrap/css/pfSense-dark.css
+++ b/src/usr/local/www/bootstrap/css/pfSense-dark.css
@@ -65,10 +65,6 @@ table.sortable-theme-bootstrap {
color: #e0e0e0;
}
-.page-header {
- border: 0;
-}
-
.breadcrumb {
background-color: #303030;
box-shadow: 1px 1px 3px #151515;
diff --git a/src/usr/local/www/bootstrap/css/pfSense.css b/src/usr/local/www/bootstrap/css/pfSense.css
index a89930b..edd4660 100644
--- a/src/usr/local/www/bootstrap/css/pfSense.css
+++ b/src/usr/local/www/bootstrap/css/pfSense.css
@@ -43,10 +43,6 @@ h1 a:link, h1 a:visited {
text-decoration: none !important;
}
-h1.page-header {
- display: none;
-}
-
h1 a:hover, h1 a:active {
color: #000000;
text-decoration: none !important;
@@ -91,11 +87,6 @@ tr.disabled th {
margin-bottom: 0px;
}
-.page-header {
- padding-bottom: 4px;
- margin-bottom: 10px;
-}
-
/* navigation */
.navbar {
margin-bottom: 10px;
@@ -288,10 +279,6 @@ tr.disabled th {
margin: 10px 0 20px 0;
}
-.header .page-header {
- margin-top: 0;
-}
-
.header .context-links {
position: absolute;
right: 15px;
diff --git a/src/usr/local/www/guiconfig.inc b/src/usr/local/www/guiconfig.inc
index 39d28d9..d79d6a4 100644
--- a/src/usr/local/www/guiconfig.inc
+++ b/src/usr/local/www/guiconfig.inc
@@ -487,11 +487,6 @@ function gentitle($title) {
}
function genhtmltitle($title) {
- if (!is_array($title)) {
- return '<h1 class="page-header"><a href="">' . $title . '</a></h1>';
- }
-
- $heading = '<h1 class="page-header"><a href="">' . end($title) . '</a></h1>';
// If the array contains only one element, there are no breadcrumbs, so don't
// add anything else
OpenPOWER on IntegriCloud