poids évals (graph Seb.)

This commit is contained in:
Emmanuel Viennet 2021-12-04 22:48:32 +01:00
parent 507ff12642
commit 1a673862aa

View File

@ -1315,10 +1315,11 @@ div#modimpl_coefs {
font-size: 60%;
}
.coefs_histo>div{
--height: calc(32px * var(--coef) / var(--max));
height: var(--height);
padding: var(--height) 4px 0 4px;
background: #09c;
box-sizing: border-box;
padding: 4px;
height: calc(100% * var(--coef) / var(--max));
}
.coefs_histo>div:nth-child(odd){
background-color: #9c0;