From c5add7ca737eaba32b393e94a48880ac188f459f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Laporte?= <stephane.laporte@enercoop.org> Date: Mon, 19 May 2025 14:16:56 +0200 Subject: [PATCH] [UPD] CSS, sticky, portal document nav-tabs --- templates/operation_templates_page.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/operation_templates_page.xml b/templates/operation_templates_page.xml index 99fe47c..79f0c95 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> -- GitLab