Changes for page Menu Macro
Last modified by Giorgi Dgebuadze on 2024/07/26 10:33
From version 1.1
edited by Admin Admin
on 2023/11/07 03:46
on 2023/11/07 03:46
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-menu-ui/15.9]
To version 2.1
edited by Giorgi Dgebuadze
on 2024/07/26 10:33
on 2024/07/26 10:33
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-menu-ui/16.5.0]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Admin1 +XWiki.GiorgiDgebuadze
- XWiki.StyleSheetExtension[1]
-
- Code
-
... ... @@ -200,10 +200,17 @@ 200 200 } 201 201 } 202 202 /* When in dropdown we also have a link, reset the duplicated padding */ 203 - & > span > a { 203 + & > .xDropdown-header > span > a { 204 204 padding: 0; 205 205 display: inherit; 206 206 } 207 + /* Reposition the toggle when in a dropdown of fixed size 208 + to avoid eating away at the bit of space we have for the text. */ 209 + & > .xDropdown-header > .xDropdown-header-toggle { 210 + position: absolute; 211 + right: 0; 212 + top: 0; 213 + } 207 207 } 208 208 /* Separator horizontal inside menu */ 209 209 &:empty {