Changes for page Style

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

From version 2.1
edited by Drunk Monkey
on 2020-08-01 04:52
Change comment: Install extension [org.xwiki.platform:xwiki-platform-annotation-ui/12.6]
To version 5.1
edited by Drunk Monkey
on 2025-10-12 05:38
Change comment: Install extension [org.xwiki.platform:xwiki-platform-annotation-ui/17.8.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
... ... @@ -96,6 +96,28 @@
96 96   border-right-color: $theme.backgroundSecondaryColor;
97 97  }
98 98  
99 +.annotation-bubble.annotation-bubble-position-left {
100 + border-top-left-radius: 10px;
101 + border-top-right-radius: 0;
102 +
103 + &:before, &:after {
104 + border-right: none;
105 + left: unset;
106 + border-left: 10px solid transparent;
107 + border-bottom: 10px solid transparent;
108 + }
109 +
110 + &:before {
111 + right: -11px;
112 + border-left-color: $theme.borderColor;
113 + }
114 +
115 + &:after {
116 + right: -10px;
117 + border-left-color: $theme.backgroundSecondaryColor;
118 + }
119 +}
120 +
99 99  .annotation-box {
100 100   padding: 6px 12px;
101 101  }
... ... @@ -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;