summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2015-12-19 22:29:14 +0000
committerColin Fleming <cj_fleming@sky.com>2015-12-19 22:29:14 +0000
commitb77cef66ac057d84804c60e9df9cf5c4561c0465 (patch)
tree210446baacf5dc2790560df2f887b43627bbabb7 /src/usr/local/www/pkg_mgr_install.php
parent72eaefaf1fc991d5949daadbac5ae50ed1d3ad5f (diff)
downloadpfsense-b77cef66ac057d84804c60e9df9cf5c4561c0465.zip
pfsense-b77cef66ac057d84804c60e9df9cf5c4561c0465.tar.gz
Use Bootstraps text alignment classes
As per "http://getbootstrap.com/css/#type-alignment", use CLASS statement instead in inline STYLE statement (much tidier)
Diffstat (limited to 'src/usr/local/www/pkg_mgr_install.php')
-rw-r--r--src/usr/local/www/pkg_mgr_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index e6da9f9..d702beb 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -397,7 +397,7 @@ if (!empty($_POST['id']) || $_POST['mode'] == "reinstallall"):
<input type="hidden" name="mode" value="<?=htmlspecialchars($_POST['mode'])?>" />
<input type="hidden" name="completed" value="true" />
- <div id="countdown" style="text-align: center;"></div>
+ <div id="countdown" class="text-center"></div>
<div class="progress" style="display: none;">
<div id="progressbar" class="progress-bar progress-bar-striped" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width: 1%"></div>
OpenPOWER on IntegriCloud