From 2e8b529801f2f505ffc4addbf25ba2058a3c2385 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Wed, 29 Jun 2022 19:38:39 +0200 Subject: [PATCH] =?UTF-8?q?css=20tableau=20r=C3=A9sultats=20jury=20BUT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/css/scodoc.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app/static/css/scodoc.css b/app/static/css/scodoc.css index ef35fcff..32564303 100644 --- a/app/static/css/scodoc.css +++ b/app/static/css/scodoc.css @@ -3770,6 +3770,7 @@ table.table_recap .rang { } table.table_recap .col_ue, +table.table_recap .col_ue_code, table.table_recap .col_moy_gen, table.table_recap .group { border-left: 1px solid blue; @@ -3783,15 +3784,18 @@ table.table_recap.jury .col_ue { font-weight: normal; } -table.table_recap.jury .col_rcue { +table.table_recap.jury .col_rcue, +table.table_recap.jury .col_rcue_code { font-weight: bold; } -table.table_recap.jury tr.even td.col_rcue { +table.table_recap.jury tr.even td.col_rcue, +table.table_recap.jury tr.even td.col_rcue_code { background-color: #b0d4f8; } -table.table_recap.jury tr.odd td.col_rcue { +table.table_recap.jury tr.odd td.col_rcue, +table.table_recap.jury tr.odd td.col_rcue_code { background-color: #abcdef; }