Changes for page Public Web Site

Last modified by Agnease on 2026/05/30 16:24

From version 12.12
edited by Agnease
on 2026/05/22 10:43
Change comment: There is no comment for this version
To version 12.7
edited by Agnease
on 2026/05/22 10:39
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[1]
code
... ... @@ -12,10 +12,17 @@
12 12   padding-right: 0;
13 13   }
14 14  
15 - .navbar-left {
16 - float: right !important;
15 + #menuview .navbar-nav {
16 + float: none;
17 + display: flex;
18 + align-items: center;
19 + justify-content: flex-end;
17 17   margin: 0;
18 18   }
22 +
23 + #menuview .navbar-nav > li {
24 + float: none;
25 + }
19 19  }
20 20  
21 21  /* Top-level menu items */