Add a 'final' filter to registration page; coherence check on server for final and skipping

This commit is contained in:
Claude Brisson
2024-02-28 19:39:03 +01:00
parent e692dbeabb
commit 024a8e8a5e
7 changed files with 58 additions and 13 deletions

View File

@@ -434,9 +434,14 @@
}
.toggle {
display: inline-block;
padding-top: 0.2em;
display: inline-flex;
flex-flow: column nowrap;
justify-content: space-evenly;
align-items: center;
cursor: pointer;
text-align: center;
vertical-align: middle;
input {
display: none !important;
}