Changes for page Home

Last modified by Benjamin Fischer on 2025/06/04 14:20

From version 72.62
edited by Benjamin Fischer
on 2024/11/07 12:54
Change comment: There is no comment for this version
To version 72.60
edited by Benjamin Fischer
on 2024/11/07 12:52
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -2,4 +2,11 @@
2 2   td.fc-sat, td.fc-sun {
3 3   background-color: #f5f5f5;
4 4   }
5 + .fc_body td {
6 + position: relative;
7 + > div {
8 + position: absolute;
9 +
10 + }
11 + }
5 5  }