Changes for page Style

Last modified by Drunk Monkey on 2026-06-02 07:39

From version 1.1
edited by Drunk Monkey
on 2020-04-11 15:51
Change comment: Install extension [org.xwiki.platform:xwiki-platform-annotation-ui/12.2.1]
To version 4.1
edited by Drunk Monkey
on 2025-07-01 07:39
Change comment: Install extension [org.xwiki.platform:xwiki-platform-annotation-ui/17.5.0]

Summary

Details

Page properties
Enforce required rights
... ... @@ -1,1 +1,1 @@
1 -false
1 +true
XWiki.RequiredRightClass[0]
Level
... ... @@ -1,1 +1,1 @@
1 -programming
1 +wiki_admin
XWiki.StyleSheetExtension[0]
Code
... ... @@ -69,7 +69,7 @@
69 69  .annotation-bubble {
70 70   background: $theme.backgroundSecondaryColor;
71 71   border: 1px dotted $theme.borderColor;
72 - width: 280px;
72 + width: 560px;
73 73   position: absolute;
74 74   z-index: 2;
75 75   border-radius: 0 10px 10px 10px;
... ... @@ -117,9 +117,6 @@
117 117   max-width: 50px;
118 118   max-height: 50px;
119 119  }
120 -* html .annotationAvatar img {
121 - width: 50px;
122 -}
123 123  
124 124  #allAnnotations .annotationAvatar {
125 125   padding-top: 5px;