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);
|
min-width: var(--sco-content-min-width);
|
||||||
max-width: var(--sco-content-max-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 {
|
div.jury_but_box_title {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
@ -2488,8 +2488,10 @@ def formsemestre_validation_but(
|
|||||||
}">{etud.photo_html(title="fiche de " + etud.nomprenom)}</a>
|
}">{etud.photo_html(title="fiche de " + etud.nomprenom)}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="jury_but_warning jury_but_box">
|
||||||
{warning}
|
{warning}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<form method="post" class="jury_but_box" id="jury_but">
|
<form method="post" class="jury_but_box" id="jury_but">
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user