mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
Reintroduce TFE duration metadata: DB columns, form fields, controllers, views, and migration
Add 'unsafe-eval' to CSP script-src directives (htmx requires Function())
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
> label,
|
||||
.admin-form div:has(select:required) > label,
|
||||
.admin-form div:has(textarea:required) > label {
|
||||
font-weight: 600;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
/* Asterisk on required field labels */
|
||||
@@ -161,6 +161,19 @@
|
||||
gap: var(--space-3xs);
|
||||
}
|
||||
|
||||
.admin-form-group--inline {
|
||||
flex-direction: row;
|
||||
align-items: end;
|
||||
gap: var(--space-xs);
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.admin-form-group--inline > div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--space-3xs);
|
||||
}
|
||||
|
||||
/* ── Jury fieldset ──────────────────────────────────────────────────────── */
|
||||
|
||||
/* ── Website-URL inline fieldset (shown/hidden via HTMX) ────────────────── */
|
||||
@@ -178,7 +191,7 @@
|
||||
.admin-body fieldset fieldset.admin-jury-lecteurs > legend,
|
||||
.student-body fieldset fieldset.admin-jury-lecteurs > legend {
|
||||
font-size: var(--step--2);
|
||||
font-weight: 600;
|
||||
font-weight: 400;
|
||||
letter-spacing: 0.03em;
|
||||
text-transform: uppercase;
|
||||
color: var(--text-tertiary);
|
||||
@@ -845,7 +858,7 @@
|
||||
|
||||
.retry-email-form label {
|
||||
font-size: var(--step--1);
|
||||
font-weight: 600;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.retry-email-form input[type="email"] {
|
||||
@@ -1207,7 +1220,7 @@ legend {
|
||||
}
|
||||
|
||||
.licence-options-fieldset legend {
|
||||
font-weight: 600;
|
||||
font-weight: 400;
|
||||
font-size: var(--step--1);
|
||||
color: var(--text-secondary);
|
||||
padding: 0 var(--space-2xs);
|
||||
@@ -1227,7 +1240,7 @@ legend {
|
||||
.admin-form > div:not(.admin-form-footer) > label,
|
||||
.admin-form > div:not(.admin-form-footer) > span.admin-row-label {
|
||||
padding-top: 0;
|
||||
font-weight: 500;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
/* Labels inside fieldsets (checkbox/radio groups) */
|
||||
|
||||
Reference in New Issue
Block a user