summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_command.php
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2016-04-19 14:17:48 -0500
committerJared Dillard <jdillard@netgate.com>2016-04-20 17:10:22 -0500
commit050624e7ced8ab27c7af07b43a918df450f77416 (patch)
tree29a27f3ed6d8970804613a1c56a04bd975d07204 /src/usr/local/www/diag_command.php
parentf12ec44ffe0b4207b980653a505fd853fae4332b (diff)
downloadpfsense-050624e7ced8ab27c7af07b43a918df450f77416.zip
pfsense-050624e7ced8ab27c7af07b43a918df450f77416.tar.gz
(diag > command prompt) page styling
Diffstat (limited to 'src/usr/local/www/diag_command.php')
-rw-r--r--src/usr/local/www/diag_command.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_command.php b/src/usr/local/www/diag_command.php
index 260326b..660fab6 100644
--- a/src/usr/local/www/diag_command.php
+++ b/src/usr/local/www/diag_command.php
@@ -260,7 +260,7 @@ if (!isBlank($_POST['txtCommand'])):?>
<button type="button" class="btn btn-success btn-sm" name="btnRecallNext" onclick="btnRecall_onClick( this.form, 1 );" title="<?=gettext("Recall Next Command")?>">
<i class="fa fa-angle-double-right"></i>
</button>
- <button style="margin-left: 13px;" type="button" class="btn btn-default btn-sm" onclick="return Reset_onClick( this.form );" title="<?=gettext("Clear command entry")?>">
+ <button style="margin-left: 10px;" type="button" class="btn btn-default btn-sm" onclick="return Reset_onClick( this.form );" title="<?=gettext("Clear command entry")?>">
<i class="fa fa-undo"></i>
<?=gettext("Clear"); ?>
</button>
OpenPOWER on IntegriCloud