diff --git a/ui/ui/customer/footer.tpl b/ui/ui/customer/footer.tpl index e130a3c7..33cc8aa1 100644 --- a/ui/ui/customer/footer.tpl +++ b/ui/ui/customer/footer.tpl @@ -2,15 +2,20 @@ {if isset($_c['CompanyFooter'])} {else} {/if} diff --git a/ui/ui/customer/header.tpl b/ui/ui/customer/header.tpl index 4298c03a..47755f1a 100644 --- a/ui/ui/customer/header.tpl +++ b/ui/ui/customer/header.tpl @@ -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 {