forked from ScoDoc/ScoDoc
cosmetic
This commit is contained in:
parent
e772a29363
commit
dfca8b07be
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user