Changes for page Navigation

Last modified by Benjamin Fischer on 2025/05/27 11:36

From version 21.1
edited by Benjamin Fischer
on 2024/12/09 15:54
Change comment: There is no comment for this version
To version 22.2
edited by Benjamin Fischer
on 2025/01/06 15:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -17,6 +17,7 @@
17 17  <li><br/></li>
18 18  #navItem ("DIG-UM.WebHome")
19 19  #navItem ("Internal.WebHome")
20 +<li>[[ErUM-Data Call (2025)>>https://erumdatahub.de/calls/]]</li>
20 20  #if ($hasEdit)
21 21  <li><br/></li>
22 22  <li class="open">{{icon name="question"/}} Help<ul>
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,4 +1,16 @@
1 1  .panel .menu.menu-vertical {
2 + > ul {
3 + list-style-icon: disc;
4 + > ul {
5 + list-style-icon: circle;
6 + > ul {
7 + list-style-icon: square;
8 + > ul {
9 + list-style-icon: disc;
10 + }
11 + }
12 + }
13 + }
2 2   li {
3 3   padding: 0.05em;
4 4   }