From d109832d44198ce212bde6e42e0659f2799be8eb Mon Sep 17 00:00:00 2001 From: sparkyx Date: Mon, 11 May 2026 11:38:04 +0200 Subject: [PATCH] Cosmetic : title Customer CUST, MANAGER, CONTACT... --- html/css/style-classic7.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index f18905bde..5dd42a094 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -2797,6 +2797,16 @@ td.selectedmenu { font-size: max(150%,1.5rem) !important; font-variant:regular; background-color:transparent; + margin-top:0; + border-color: navy; + border-style: double; + font-style:normal; + border-color: #879ed4; + border-style: solid; + font-style:normal; + border-radius:5px; + border-width:1px; + background-color:#dee4eb; } /* SM */ @media (min-width: 576px) { @@ -2812,14 +2822,14 @@ td.selectedmenu { } /* XL */ -@media (min-width: 1200px) { +@media (min-width: 1300px) { #gestion_title { float:right; margin-right: 5%; font-size:150%; font-variant: small-caps; padding: 13px 20px 13px 20px; - margin-top:20px; + margin-top:0; background-color:#dee4eb; color:navy; font-size: max(150%,1.5rem) !important;