summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-14 23:16:06 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-14 23:16:06 +0545
commit95fa5cceea7238ed61e60bd3c172f5b32e03d9b7 (patch)
tree18302a06db9dc7b1379ba6dd09999ce468b60fc8 /src/usr/local/www/pkg_mgr.php
parentebfbb1b30c52dd9b9385dc3717c8dbb1cdafc9f2 (diff)
downloadpfsense-95fa5cceea7238ed61e60bd3c172f5b32e03d9b7.zip
pfsense-95fa5cceea7238ed61e60bd3c172f5b32e03d9b7.tar.gz
Consistent panel-heading h2
Make all the panel-heading uses also have consistent <h2 class="panel-title"> so they all display the same size. Forum https://forum.pfsense.org/index.php?topic=105275.0
Diffstat (limited to 'src/usr/local/www/pkg_mgr.php')
-rw-r--r--src/usr/local/www/pkg_mgr.php15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/usr/local/www/pkg_mgr.php b/src/usr/local/www/pkg_mgr.php
index 61569a0..2be162a 100644
--- a/src/usr/local/www/pkg_mgr.php
+++ b/src/usr/local/www/pkg_mgr.php
@@ -169,12 +169,15 @@ $tab_array[] = array(gettext("Installed Packages"), false, "pkg_mgr_installed.ph
display_top_tabs($tab_array);
?>
<div class="panel panel-default" id="search-panel" style="display: none;">
- <div class="panel-heading"><?=gettext('Search')?>
- <span class="widget-heading-icon pull-right">
- <a data-toggle="collapse" href="#search-panel_panel-body">
- <i class="fa fa-plus-circle"></i>
- </a>
- </span>
+ <div class="panel-heading">
+ <h2 class="panel-title">
+ <?=gettext('Search')?>
+ <span class="widget-heading-icon pull-right">
+ <a data-toggle="collapse" href="#search-panel_panel-body">
+ <i class="fa fa-plus-circle"></i>
+ </a>
+ </span>
+ </h2>
</div>
<div id="search-panel_panel-body" class="panel-body collapse in">
<div class="form-group">
OpenPOWER on IntegriCloud