Compare commits
3 Commits
e772a29363
...
0ec9814ac4
Author | SHA1 | Date | |
---|---|---|---|
0ec9814ac4 | |||
8331d4ff69 | |||
dfca8b07be |
@ -171,6 +171,9 @@
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
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 {
|
.mini-timeline-block {
|
||||||
|
@ -3812,7 +3812,8 @@ div.link_defaillance {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.pas_sembox {
|
div.pas_sembox {
|
||||||
width: fit-content;
|
max-width: var(--sco-content-max-width);
|
||||||
|
min-width: var(--sco-content-min-width);
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
border: 2px solid #a0522d;
|
border: 2px solid #a0522d;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
@ -3862,6 +3863,16 @@ table.etuds-box th {
|
|||||||
background-color: #f2f2f2;
|
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 {
|
table.etuds-box td.etape {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
@ -603,7 +603,7 @@ class RowRecap(tb.Row):
|
|||||||
target=url_bulletin,
|
target=url_bulletin,
|
||||||
target_attrs={"class": "etudinfo", "id": str(etud.id)},
|
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(
|
self.add_cell(
|
||||||
"nom_short",
|
"nom_short",
|
||||||
"Nom",
|
"Nom",
|
||||||
|
Loading…
Reference in New Issue
Block a user