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
on 2024/11/07 12:54
Change comment:
There is no comment for this version
To version 72.65
edited by Benjamin Fischer
on 2024/11/07 12:55
on 2024/11/07 12:55
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -2,4 +2,17 @@ 2 2 td.fc-sat, td.fc-sun { 3 3 background-color: #f5f5f5; 4 4 } 5 + .fc-fitCol { 6 + width: 1px; 7 + } 8 + .fc-fade { 9 + opacity: 0.3; 10 + } 11 + .fc-month-cols-view .fc-body td { 12 + position: relative; 13 + & > div { 14 + position: absolute; 15 + width: 100%; 16 + } 17 + } 5 5 }