For Header and Footer in Customer!
Minor improvements to the appearance of the footer. (◕ᴗ◕✿)
This commit is contained in:
parent
b3744a5007
commit
3475a6086d
@ -2,15 +2,20 @@
|
||||
</div>
|
||||
{if isset($_c['CompanyFooter'])}
|
||||
<footer class="main-footer">
|
||||
<div class="container-fluid">
|
||||
<div class="pull-center">
|
||||
{$_c['CompanyFooter']}
|
||||
</div>
|
||||
<div class="pull-right">
|
||||
<a href="javascript:showPrivacy()">Privacy</a>
|
||||
•
|
||||
<a href="javascript:showTaC()">T & C</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
{else}
|
||||
<footer class="main-footer">
|
||||
<div>
|
||||
PHPNuxBill by <a href="https://github.com/hotspotbilling/phpnuxbill" rel="nofollow noreferrer noopener"
|
||||
target="_blank">iBNuX</a>, Theme by <a href="https://adminlte.io/" rel="nofollow noreferrer noopener"
|
||||
target="_blank">AdminLTE</a>
|
||||
@ -19,6 +24,7 @@
|
||||
•
|
||||
<a href="javascript:showTaC()">T & C</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
{/if}
|
||||
</div>
|
||||
|
@ -124,6 +124,15 @@
|
||||
padding: 15px;
|
||||
color: rgb(100 116 139);
|
||||
border-top: 1px solid #d2d6de;
|
||||
min-height: 10rem;
|
||||
}
|
||||
|
||||
.main-footer .container {
|
||||
background: rgb(28 36 52);
|
||||
}
|
||||
|
||||
.main-footer .container .pull-right {
|
||||
background-color: rgb(28 36 52);
|
||||
}
|
||||
|
||||
.panel-primary {
|
||||
|
Loading…
x
Reference in New Issue
Block a user