Changes for page Public Web Site

Last modified by Alex Cotiuga on 2026/07/27 04:27

From version 30.10
edited by Alex Cotiuga
on 2026/07/21 12:54
Change comment: There is no comment for this version
To version 31.4
edited by Alex Cotiuga
on 2026/07/27 04:27
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -895,20 +895,23 @@
895 895   pointer-events: none;
896 896   }
897 897  
898 - h2,
899 - p,
900 - .btn {
898 + > h2,
899 + > p,
900 + > form,
901 + > .hero-actions,
902 + > .cta-actions,
903 + > .reviewNotifications {
901 901   position: relative;
902 902   z-index: 1;
903 903   }
904 904  
905 - h2 {
908 + > h2 {
906 906   max-width: 760px;
907 907   margin: 0 auto 16px;
908 908   color: #fff;
909 909   }
910 910  
911 - p {
914 + > p {
912 912   max-width: 760px;
913 913   margin: 0 auto 28px;
914 914   color: #DBE4EF;
... ... @@ -956,6 +956,20 @@
956 956   }
957 957  }
958 958  
962 +/* ========== XWiki notifications inside public CTA panels ========== */
963 +
964 +#mainContentArea {
965 + .cta-panel {
966 + .reviewNotifications {
967 + position: relative;
968 + z-index: 1;
969 + max-width: 920px;
970 + margin: 22px auto 0;
971 + text-align: left;
972 + }
973 + }
974 +}
975 +
959 959  @media (max-width: 760px) {
960 960   section[id] {
961 961   scroll-margin-top: 132px;