admin toc: label rename + padding

- rename 'Sur cette page' to 'Parties'
- add padding-top between PARTIES label and toc links
This commit is contained in:
Pontoporeia
2026-07-08 13:49:36 +02:00
parent 30f901f1ed
commit 8e67b9c155
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -2240,6 +2240,10 @@ th.admin-ap-col {
}
/* Admin TOC: same <details class="toc"> as public pages, positioned sticky */
#admin-toc .toc-list {
padding-top: var(--space-2xs);
}
#admin-toc .toc-list a {
font-size: var(--step--1);
}
+2 -2
View File
@@ -7,8 +7,8 @@
* at runtime.
*/
?>
<details class="toc" id="admin-toc" open aria-label="Sur cette page">
<summary><?= icon('caret-down', 0, 'toc-caret') ?> SUR CETTE PAGE</summary>
<details class="toc" id="admin-toc" open aria-label="Parties">
<summary><?= icon('caret-down', 0, 'toc-caret') ?> PARTIES</summary>
<ul class="toc-list" id="admin-toc-list">
<!-- populated by admin-toc.js -->
</ul>