summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-04 11:26:57 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-04 11:26:57 -0500
commit09415b9e568f6f10d3f3b7e5c153109e869fc69f (patch)
tree593ce4ba5d6455780d9e8c73526908d6350672d2 /src/usr/local/www/firewall_nat.php
parent0149ef4d2b3f8f714f57ef4a39cf5c4c126e7eef (diff)
downloadpfsense-09415b9e568f6f10d3f3b7e5c153109e869fc69f.zip
pfsense-09415b9e568f6f10d3f3b7e5c153109e869fc69f.tar.gz
Firewall rules pages updated with new button style
Diffstat (limited to 'src/usr/local/www/firewall_nat.php')
-rw-r--r--src/usr/local/www/firewall_nat.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_nat.php b/src/usr/local/www/firewall_nat.php
index 8372b09..f1b96a4 100644
--- a/src/usr/local/www/firewall_nat.php
+++ b/src/usr/local/www/firewall_nat.php
@@ -367,7 +367,7 @@ endforeach;
</div>
</div>
- <div class="pull-right">
+ <nav class="action-buttons" style="margin-top: 10px;">
<a href="firewall_nat_edit.php?after=-1" class="btn btn-sm btn-success" title="<?=gettext('Add new rule')?>">
<i class="fa fa-plus" style="font-size:15px; vertical-align: middle; margin-right: 6px;"></i>
<?=gettext('Add')?>
@@ -380,7 +380,7 @@ endforeach;
<i class="fa fa-save" style="font-size:15px; vertical-align: middle; margin-right: 6px;"></i>
<?=gettext("Save")?>
</button>
- </div>
+ </nav>
</form>
<script>
OpenPOWER on IntegriCloud