summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/etc/inc/authgui.inc14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/etc/inc/authgui.inc b/src/etc/inc/authgui.inc
index 9eacc43..76fe27e 100644
--- a/src/etc/inc/authgui.inc
+++ b/src/etc/inc/authgui.inc
@@ -283,26 +283,24 @@ function display_login_form() {
<?php
if ($warnclass == "pagebodywarn") {
?>
-
<div class="row">
<div class="col-sm-12">
- <div class="alert alert-warning" class="<?=$warnclass?>">
+ <div class="alert alert-warning <?=$warnclass?>">
<?=gettext("The IP address being used to access this router is not configured locally, which may be forwarded by NAT or other means.
If this forwarding is unexpected, it should be verified that a man-in-the-middle attack is not taking place.")?>
</div>
</div>
</div>
<?php
-}
+ }
?>
</div>
</header>
<div style="background: <?=$logincssfile?>;" class="<?=$warnclass?>">
- <div class="col-sm-4">
- </div>
+ <div class="col-sm-4"></div>
- <div class="col-sm-4 logoCol">
+ <div class="col-sm-4 offset-md-4 logoCol">
<div class="loginCont center-block">
<form method="post" class="login">
<p class="form-title">Sign In</p>
@@ -313,9 +311,9 @@ function display_login_form() {
</div>
</div>
- <div class="col-sm-4">
- </div>
+ <div class="col-sm-4"></div>
</div>
+
<footer id="3">
<div id="footertext">
<p class="text-muted">
OpenPOWER on IntegriCloud