Changes for page Public Web Site

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

From version 29.8
edited by Agnease
on 2026/07/03 15:33
Change comment: There is no comment for this version
To version 29.13
edited by Agnease
on 2026/07/03 15:35
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 - .split-copy {
634 +
635 635   h3,
636 636   h4 {
637 637   position: relative;
... ... @@ -675,7 +675,6 @@
675 675   }
676 676   }
677 677  }
678 -}
679 679  
680 680  .process-list {
681 681   counter-reset: process;
... ... @@ -727,6 +727,34 @@
727 727   }
728 728  }
729 729  
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 +
730 730  /* ========== Resources ========== */
731 731  
732 732  .resource-strip {