diff --git a/templates/operation_templates_page.xml b/templates/operation_templates_page.xml index 99fe47cb76d88aebb85cdb9fc02217f31963f00c..79f0c9507c49d543b5be1d0363cff4de50d48b70 100644 --- a/templates/operation_templates_page.xml +++ b/templates/operation_templates_page.xml @@ -20,7 +20,7 @@ <template id='sticky_nav_filters'> <div - class="sticky-top pb-2 bg-white" + class="sticky-top2 pb-2 bg-light" style="border-bottom: 1px solid rgb(244, 230, 236);" > <div class="d-block d-md-none"> @@ -47,7 +47,7 @@ <t t-call="oacc_portal.layout_op"> <div class="row"> <t t-call="oacc_portal_account_surplus.sticky_nav_filters" /> - <div class="col-12"> + <div class="col-12 my-2"> <t t-if="invoices_surplus"> <t t-set="invoices" t-value="invoices_surplus" /> <t t-set="partner_label" t-value="'Acheteur de surplus'" /> @@ -55,7 +55,7 @@ </t> <t t-else=""> <p - class="pt-5" + class="pt-5 text-center text-muted" >Il n'y a actuellement aucune facture de surplus sur cette opération.</p> </t> </div>