Changes for page Home

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

From version 72.77
edited by Benjamin Fischer
on 2024/11/07 13:45
Change comment: There is no comment for this version
To version 72.78
edited by Benjamin Fischer
on 2024/11/07 13:50
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -17,8 +17,20 @@
17 17   td {
18 18   position: relative;
19 19   & > div {
20 + z-index: 5;
20 20   position: absolute;
21 21   width: 100%;
23 + overflow: hidden;
24 + &:hover {
25 + width: auto;
26 + max-width: 10va;
27 + height: auto !important;
28 + }
29 + & > a {
30 + display: block;
31 + color: inherit;
32 + background-color: inherit;
33 + }
22 22   }
23 23   }
24 24   td.fc-weekVal {