Fix Footer
This commit is contained in:
parent
169a7afe67
commit
0dc4d22da3
@ -2,20 +2,15 @@
|
||||
</div>
|
||||
{if isset($_c['CompanyFooter'])}
|
||||
<footer class="main-footer">
|
||||
<div class="container-fluid">
|
||||
<div class="company">
|
||||
{$_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 class="container-fluid">
|
||||
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>
|
||||
@ -24,7 +19,6 @@
|
||||
•
|
||||
<a href="javascript:showTaC()">T & C</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
{/if}
|
||||
</div>
|
||||
|
@ -124,26 +124,6 @@
|
||||
padding: 15px;
|
||||
color: rgb(100 116 139);
|
||||
border-top: 1px solid #d2d6de;
|
||||
min-height: 8rem;
|
||||
}
|
||||
|
||||
.main-footer .container-fluid {
|
||||
background: rgb(28 36 52);
|
||||
max-width: 100%;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.main-footer .container-fluid .company {
|
||||
margin-bottom: 10px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.main-footer .container-fluid .pull-right {
|
||||
background-color: rgb(28 36 52);
|
||||
float: right;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.panel-primary {
|
||||
|
Loading…
x
Reference in New Issue
Block a user