Fix #496: cosmetic css

This commit is contained in:
Emmanuel Viennet 2022-09-21 13:58:21 +02:00
parent 1ccb387e59
commit 9e167aed83
1 changed files with 4 additions and 3 deletions

View File

@ -1642,19 +1642,20 @@ td.formsemestre_status_cell {
span.mod_coef_indicator,
span.ue_color_indicator {
display: inline-block;
box-sizing: border-box;
width: 10px;
height: 10px;
}
span.mod_coef_indicator_zero {
display: inline-block;
width: 9px;
height: 9px;
box-sizing: border-box;
width: 10px;
height: 10px;
border: 1px solid rgb(156, 156, 156);
}
span.status_ue_acro {
font-weight: bold;
}