Changes for page Public Web Site

Last modified by Agnease on 2026/07/07 14:40

From version 29.10
edited by Agnease
on 2026/07/03 15:33
Change comment: There is no comment for this version
To version 29.12
edited by Agnease
on 2026/07/03 15:34
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -631,7 +631,7 @@
631 631   margin-bottom: 0;
632 632   }
633 633   }
634 -
634 +
635 635   h3,
636 636   h4 {
637 637   position: relative;
... ... @@ -726,6 +726,34 @@
726 726   }
727 727  }
728 728  
729 +/* ===== Contact page side panel ===== */
730 +
731 +.contact-side-panel {
732 + padding-top: 10px;
733 +}
734 +
735 +.contact-help-panel {
736 + margin-bottom: 18px;
737 + padding: 30px 28px;
738 +}
739 +
740 +.contact-help-panel h2 {
741 + font-size: 24px;
742 +}
743 +
744 +.contact-process-list li {
745 + min-height: auto;
746 +}
747 +
748 +/* CSS for hidden field to identify requests filled by bots. */
749 +.contact-hp-wrapper {
750 + position: absolute;
751 + left: -9999px;
752 + width: 1px;
753 + height: 1px;
754 + overflow: hidden;
755 +}
756 +
729 729  /* ========== Resources ========== */
730 730  
731 731  .resource-strip {