Changes for page Public Web Site

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

From version 12.14
edited by Agnease
on 2026/05/22 10:47
Change comment: There is no comment for this version
To version 12.15
edited by Agnease
on 2026/05/22 10:54
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[1]
code
... ... @@ -113,10 +113,12 @@
113 113   float: none;
114 114   margin: 0;
115 115   width: 100%;
116 + text-align: center;
116 116   }
117 117  
118 118   #menuview .navbar-nav > li {
119 119   float: none;
121 + display: inline-block;
120 120   }
121 121  
122 122   #menuview .agnease-menu-item,
... ... @@ -124,8 +124,8 @@
124 124   > a,
125 125   > .dropdown-toggle {
126 126   font-size: 16px;
127 - padding-top: 9px;
128 - padding-bottom: 9px;
129 + padding: 10px 10px;
130 + text-align: center;
129 129   }
130 130   }
131 131  
... ... @@ -137,6 +137,7 @@
137 137   border-radius: 0;
138 138   box-shadow: none;
139 139   background: transparent;
142 + text-align: left;
140 140  
141 141   > li > a {
142 142   padding: 8px 10px;