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 3.1
edited by Drunk Monkey
on 2022-03-20 10:03
Change comment: Install extension [org.xwiki.platform:xwiki-platform-annotation-ui/14.1]

Summary

Details

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;