mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 08:09:18 +02:00
Split form.css into form-base.css and form-admin.css, drop dead upload-progress code
Also introduces $extraCssAdmin support in head.php for admin-only stylesheets (form-admin.css, filepond CSS, system.css). Admin pages now use $extraCssAdmin for admin-only assets and $extraCss for shared stylesheets like form-base.css.
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
/* ── Form styles → see form.css ─────────────────────────────────────────── */
|
||||
/* ── Form styles → see form-base.css + form-admin.css ───────────────────── */
|
||||
|
||||
/* ── Buttons ────────────────────────────────────────────────────────────── */
|
||||
.admin-form-footer {
|
||||
@@ -763,7 +763,7 @@ th.admin-ap-col {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* ── Jury fieldset → see form.css ───────────────────────────────────────── */
|
||||
/* ── Jury fieldset → see form-base.css ──────────────────────────────────── */
|
||||
|
||||
/* ── Inline form (tags page) ────────────────────────────────────────────── */
|
||||
.admin-inline-form {
|
||||
@@ -1679,7 +1679,7 @@ th.admin-ap-col {
|
||||
}
|
||||
|
||||
|
||||
/* ── Form group, student mode, thanks page → see form.css ───────────────── */
|
||||
/* ── Form group, student mode, thanks page → see form-base.css ──────────── */
|
||||
|
||||
/* ── Utility ─────────────────────────────────────────────────────────────── */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user