css form faq

This commit is contained in:
2022-01-05 12:39:13 +01:00
parent adbc04c8b5
commit 01ed693540
2 changed files with 113 additions and 9 deletions
+47 -4
View File
@@ -2104,13 +2104,15 @@ a {
margin-left: 13%;
margin-right: 20%;
width: 60%; }
.path-webform .region-content .block-system-main-block h2 {
display: none; }
.path-webform .region-content #webform-submission-deposer-une-contribution-add-form {
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex-basis: auto;
justify-content: space-between;
margin-top: 20vh; }
margin-top: 10vh; }
.path-webform .region-content #webform-submission-deposer-une-contribution-add-form input.required::after {
content: " - Remember this";
background-color: yellow;
@@ -2183,7 +2185,8 @@ a {
font-size: 1.2rem;
font-weight: 600;
float: right;
margin-top: 1rem; }
margin-top: 1rem;
border: none; }
.path-webform .region-content #webform-submission-deposer-une-contribution-add-form #edit-actions #edit-actions-submit:after {
content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" fill="rgb(255,255,255)" stroke="rgb(255,255,255)" stroke-width="0.7"/></svg>'); }
.path-webform .region-content #webform-submission-offre-de-service-add-form {
@@ -2192,7 +2195,7 @@ a {
flex-wrap: wrap;
flex-basis: auto;
justify-content: space-between;
margin-top: 20vh; }
margin-top: 10vh; }
.path-webform .region-content #webform-submission-offre-de-service-add-form #edit-processed-text {
width: 100%; }
.path-webform .region-content #webform-submission-offre-de-service-add-form .form-item-intitule-de-l-offre-de-service {
@@ -2244,9 +2247,49 @@ a {
font-size: 1.2rem;
font-weight: 600;
float: right;
margin-top: 1rem; }
margin-top: 1rem;
border: none; }
.path-webform .region-content #webform-submission-offre-de-service-add-form #edit-actions #edit-actions-submit:after {
content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" fill="rgb(255,255,255)" stroke="rgb(255,255,255)" stroke-width="0.7"/></svg>'); }
.path-webform .region-content #webform-submission-question-add-form {
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex-basis: auto;
justify-content: space-between;
margin-top: 10vh; }
.path-webform .region-content #webform-submission-question-add-form #edit-couriel--wrapper {
width: 100%; }
.path-webform .region-content #webform-submission-question-add-form #edit-couriel--wrapper .form-item-couriel-mail-1 {
margin-top: 2rem;
width: 100%; }
.path-webform .region-content #webform-submission-question-add-form #edit-couriel--wrapper .form-item-couriel-mail-1 input {
width: 100%; }
.path-webform .region-content #webform-submission-question-add-form #edit-couriel--wrapper .form-item-couriel-mail-2 {
margin-top: 2rem;
width: 100%; }
.path-webform .region-content #webform-submission-question-add-form #edit-couriel--wrapper .form-item-couriel-mail-2 input {
width: 100%; }
.path-webform .region-content #webform-submission-question-add-form .form-item-question {
margin-top: 2rem;
width: 100%; }
.path-webform .region-content #webform-submission-question-add-form .form-item-question textarea {
width: 100%; }
.path-webform .region-content #webform-submission-question-add-form #edit-actions {
width: 100%; }
.path-webform .region-content #webform-submission-question-add-form #edit-actions input {
width: 30%;
align-self: flex-end;
background-color: #009ee3;
text-transform: uppercase;
color: white;
font-size: 1.2rem;
font-weight: 600;
float: right;
margin-top: 1rem;
border: none; }
.path-webform .region-content #webform-submission-question-add-form #edit-actions #edit-actions-submit:after {
content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" fill="rgb(255,255,255)" stroke="rgb(255,255,255)" stroke-width="0.7"/></svg>'); }
/*partials*/
.layout-container {