summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-16 00:25:52 -0600
committerk-paulius <k.dash.paulius@gmail.com>2016-02-16 00:25:52 -0600
commit48594cb551b173242211ee03ce70a58887ffdae5 (patch)
treedc15a42633a76b3abbc0bc142ffb0cc579c05179
parente5cf95a1d63d3b5cb2cd33c730267c241448519d (diff)
downloadpfsense-48594cb551b173242211ee03ce70a58887ffdae5.zip
pfsense-48594cb551b173242211ee03ce70a58887ffdae5.tar.gz
Remove breaks and use content class to provide proper styling.
-rw-r--r--src/usr/local/www/pkg_mgr_install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index 7afe882..188aca8 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -280,7 +280,6 @@ if ($input_errors) {
break;
}
?>
- <br />
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">
@@ -306,7 +305,7 @@ if ($input_errors) {
</h2>
</div>
<div class="panel-body">
- <br />
+ <div class="content">
<input type="hidden" name="mode" value="<?=$pkgmode;?>" />
<?php
if ($firmwareupdate) {
@@ -359,6 +358,7 @@ if ($input_errors) {
<?php
}
?>
+ </div>
</div>
</div>
<?php endif;
OpenPOWER on IntegriCloud