Commit 7bc99f06 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(ui) fix footer on sm screen size

(cherry picked from commit 29883226)
parent 4e7b6d48
...@@ -231,7 +231,7 @@ ...@@ -231,7 +231,7 @@
</div> </div>
<!-- page footer --> <!-- page footer -->
<footer class="page-foot col-sm-push-2"> <footer class="page-foot col-sm-push-3 col-lg-push-2">
<div class="container-fluid"> <div class="container-fluid">
<a target="_blank" href="https://opnsense.org/" class="redlnk">OPNsense</a> (c) 2014-2016 <a href="https://www.deciso.com" class="tblnk">Deciso B.V.</a> <a target="_blank" href="https://opnsense.org/" class="redlnk">OPNsense</a> (c) 2014-2016 <a href="https://www.deciso.com" class="tblnk">Deciso B.V.</a>
</div> </div>
......
<footer class="page-foot col-sm-push-2"> <footer class="page-foot col-sm-push-3 col-lg-push-2">
<div class="container-fluid"> <div class="container-fluid">
<a target="_blank" href="<?=$g['product_website']?>" class="redlnk"><?=$g['product_name']?></a> (c) <a target="_blank" href="<?=$g['product_website']?>" class="redlnk"><?=$g['product_name']?></a> (c)
<?=$g['product_copyright_years']?> <a href="<?=$g['product_copyright_url']?>" class="tblnk"><?=$g['product_copyright_owner']?></a> <?=$g['product_copyright_years']?> <a href="<?=$g['product_copyright_url']?>" class="tblnk"><?=$g['product_copyright_owner']?></a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment