Changes for page Public Web Site
Last modified by Alex Cotiuga on 2026/07/27 04:27
From version 31.4
edited by Alex Cotiuga
on 2026/07/27 04:27
on 2026/07/27 04:27
Change comment:
There is no comment for this version
To version 31.1
edited by Alex Cotiuga
on 2026/07/25 17:30
on 2026/07/25 17:30
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -895,23 +895,20 @@ 895 895 pointer-events: none; 896 896 } 897 897 898 - > h2, 899 - > p, 900 - > form, 901 - > .hero-actions, 902 - > .cta-actions, 903 - > .reviewNotifications { 898 + h2, 899 + p, 900 + .btn { 904 904 position: relative; 905 905 z-index: 1; 906 906 } 907 907 908 - >h2 {905 + h2 { 909 909 max-width: 760px; 910 910 margin: 0 auto 16px; 911 911 color: #fff; 912 912 } 913 913 914 - >p {911 + p { 915 915 max-width: 760px; 916 916 margin: 0 auto 28px; 917 917 color: #DBE4EF; ... ... @@ -959,20 +959,6 @@ 959 959 } 960 960 } 961 961 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 - 976 976 @media (max-width: 760px) { 977 977 section[id] { 978 978 scroll-margin-top: 132px;