Compare commits

...

3 Commits

3 changed files with 16 additions and 2 deletions

View File

@ -171,6 +171,9 @@
justify-content: flex-start;
align-items: center;
flex-direction: column;
box-sizing: border-box;
border-left: 1px solid rgb(144, 144, 144);
border-right: 1px solid rgb(144, 144, 144);
}
.mini-timeline-block {

View File

@ -3812,7 +3812,8 @@ div.link_defaillance {
}
div.pas_sembox {
width: fit-content;
max-width: var(--sco-content-max-width);
min-width: var(--sco-content-min-width);
margin-top: 10px;
border: 2px solid #a0522d;
padding: 5px;
@ -3862,6 +3863,16 @@ table.etuds-box th {
background-color: #f2f2f2;
}
/* adapte taille et enlève fleche sur cols no-sort */
table.etuds-box thead>tr>th.no-sort {
padding-right: 4px;
padding-left: 4px;
}
table.etuds-box>thead>tr>th.no-sort span.dt-column-order::before {
content: "";
}
table.etuds-box td.etape {
font-family: monospace;
}

View File

@ -603,7 +603,7 @@ class RowRecap(tb.Row):
target=url_bulletin,
target_attrs={"class": "etudinfo", "id": str(etud.id)},
)
self.add_cell("prenom", "Prénom", etud.prenom, "identite_detail")
self.add_cell("prenom", "Prénom", etud.prenom_str, "identite_detail")
self.add_cell(
"nom_short",
"Nom",