diff --git a/css/style.css b/css/style.css index 089fc65..788d53e 100644 --- a/css/style.css +++ b/css/style.css @@ -2366,6 +2366,36 @@ ul.ms1-menu-compte li a:hover, ul.ms1-menu-compte li a:active { border-radius:0; } +/* MSIN-4467 — En-têtes secondaires plus compacts et moins dominants visuellement. */ +.epr-col-right > .epr-block > .epr-header{ + padding:8px 10px; + border-bottom:1px solid #cbd8ea; + background:#edf2f8; + color:#1e3a6e; + font-size:14px; +} + +.epr-col-right > .epr-block > .epr-header .epr-block-toggle{ + width:26px; + height:26px; + border-color:#9fb2cf; + background:#fff; + color:#2f5fd0; +} + +.epr-col-right > .epr-block > .epr-header .epr-block-toggle:hover, +.epr-col-right > .epr-block > .epr-header .epr-block-toggle:focus{ + border-color:#7f9bc5; + background:#e3ebf6; + color:#1e4fbf; +} + +.epr-col-right > .epr-block > .epr-header .epr-header-summary--seq-empty{ + border-color:#c3cede; + background:#fff; + color:#65758b; +} + .epr-col-right .epr-block + .epr-block{ border-top:1px solid #b8c9e8; } diff --git a/php/inc_fx_promoteur.php b/php/inc_fx_promoteur.php index dc4cac3..5833d72 100644 --- a/php/inc_fx_promoteur.php +++ b/php/inc_fx_promoteur.php @@ -3575,6 +3575,8 @@ function fxBibStaticFallback($clef) { 'bib_v5_stat_pending' => ['fr' => 'À attribuer', 'en' => 'To assign'], 'bib_v5_race_ready' => ['fr' => 'Prête', 'en' => 'Ready'], 'bib_v5_race_incomplete' => ['fr' => 'À compléter', 'en' => 'To complete'], + 'bib_v5_quantities_title' => ['fr' => 'Quantités d’inscription', 'en' => 'Registration quantities'], + 'bib_v5_bib_assignment_title' => ['fr' => 'Attribution des dossards', 'en' => 'Bib assignment'], 'bib_v5_ranges_title' => ['fr' => 'Plages de numéros', 'en' => 'Number ranges'], 'bib_v5_ranges_hint' => ['fr' => 'Définissez les numéros disponibles pour cette épreuve.', 'en' => 'Define the numbers available for this race.'], 'bib_v5_method_title' => ['fr' => 'Méthode d’attribution', 'en' => 'Assignment method'], @@ -5677,15 +5679,15 @@ function fxShowBibTool4($str_code, $int_eve_id, $strLangue){ -