|
@@ -2104,6 +2104,8 @@ a {
|
|
|
margin-left: 13%;
|
|
|
margin-right: 20%;
|
|
|
width: 60%; }
|
|
|
+ .path-webform .region-content [role="contentinfo"] {
|
|
|
+ display: none; }
|
|
|
.path-webform .region-content .block-system-main-block h2 {
|
|
|
display: none; }
|
|
|
.path-webform .region-content #webform-submission-deposer-une-contribution-add-form {
|
|
@@ -2112,20 +2114,25 @@ a {
|
|
|
flex-wrap: wrap;
|
|
|
flex-basis: auto;
|
|
|
justify-content: space-between;
|
|
|
- margin-top: 10vh; }
|
|
|
- .path-webform .region-content #webform-submission-deposer-une-contribution-add-form input.required::after {
|
|
|
- content: " - Remember this";
|
|
|
- background-color: yellow;
|
|
|
- color: red;
|
|
|
- font-weight: bold; }
|
|
|
+ margin-top: 10vh;
|
|
|
+ overflow: visible; }
|
|
|
+ .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .required {
|
|
|
+ border-color: red !important;
|
|
|
+ display: block;
|
|
|
+ content: " "; }
|
|
|
+ .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .required::after {
|
|
|
+ content: " * "; }
|
|
|
.path-webform .region-content #webform-submission-deposer-une-contribution-add-form #edit-processed-text {
|
|
|
width: 100%; }
|
|
|
.path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-titre-du-document {
|
|
|
margin-top: 2rem;
|
|
|
width: 100%; }
|
|
|
.path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-titre-du-document input {
|
|
|
+ overflow: visible;
|
|
|
width: 100%;
|
|
|
height: 5rem; }
|
|
|
+ .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-titre-du-document input ::placeholder {
|
|
|
+ content: "Titre du document"; }
|
|
|
.path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-auteur-s- {
|
|
|
margin-top: 2rem;
|
|
|
width: 100%; }
|