forked from ScoDoc/ScoDoc
css tableau résultats jury BUT
This commit is contained in:
parent
fd21172398
commit
2e8b529801
@ -3770,6 +3770,7 @@ table.table_recap .rang {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.table_recap .col_ue,
|
table.table_recap .col_ue,
|
||||||
|
table.table_recap .col_ue_code,
|
||||||
table.table_recap .col_moy_gen,
|
table.table_recap .col_moy_gen,
|
||||||
table.table_recap .group {
|
table.table_recap .group {
|
||||||
border-left: 1px solid blue;
|
border-left: 1px solid blue;
|
||||||
@ -3783,15 +3784,18 @@ table.table_recap.jury .col_ue {
|
|||||||
font-weight: normal;
|
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;
|
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;
|
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;
|
background-color: #abcdef;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user