Changes for page Style
on 2025-10-12 05:38
on 2020-04-11 15:51
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Enforce required rights
-
... ... @@ -1,1 +1,1 @@ 1 - true1 +false
- XWiki.RequiredRightClass[0]
-
- Level
-
... ... @@ -1,1 +1,1 @@ 1 - wiki_admin1 +programming
- 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: 560px;72 + width: 280px; 73 73 position: absolute; 74 74 z-index: 2; 75 75 border-radius: 0 10px 10px 10px; ... ... @@ -96,28 +96,6 @@ 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 - 121 121 .annotation-box { 122 122 padding: 6px 12px; 123 123 } ... ... @@ -139,6 +139,9 @@ 139 139 max-width: 50px; 140 140 max-height: 50px; 141 141 } 120 +* html .annotationAvatar img { 121 + width: 50px; 122 +} 142 142 143 143 #allAnnotations .annotationAvatar { 144 144 padding-top: 5px;