Skip to content
Snippets Groups Projects
Commit dfca8b07 authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

cosmetic

parent e772a293
No related branches found
No related tags found
No related merge requests found
...@@ -3812,7 +3812,8 @@ div.link_defaillance { ...@@ -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 { ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment