forked from ScoDoc/ScoDoc
cosmetic: avertissements jury
This commit is contained in:
parent
aaaf41250a
commit
20d4b4e1b3
@ -35,6 +35,11 @@
|
||||
min-width: var(--sco-content-min-width);
|
||||
max-width: var(--sco-content-max-width);
|
||||
}
|
||||
div.jury_but_warning {
|
||||
background-color: yellow;
|
||||
border-color: red;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
div.jury_but_box_title {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
@ -2488,7 +2488,9 @@ def formsemestre_validation_but(
|
||||
}">{etud.photo_html(title="fiche de " + etud.nomprenom)}</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="jury_but_warning jury_but_box">
|
||||
{warning}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form method="post" class="jury_but_box" id="jury_but">
|
||||
|
Loading…
Reference in New Issue
Block a user