Browse Source

some fix for multijouer webform

bach 2 years ago
parent
commit
19f79da87e

+ 1 - 0
config/sync/language/en/webform.webform.multi_joueur.yml

@@ -0,0 +1 @@
+elements: "address:\n  '#default_value':\n    additional_name: ''\n    dependent_locality: ''\n    administrative_area: ''\n"

File diff suppressed because it is too large
+ 0 - 0
config/sync/webform.webform.multi_joueur.yml


File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.css


BIN
web/themes/custom/materiotheme/assets/dist/main.css.gz


File diff suppressed because it is too large
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


+ 17 - 1
web/themes/custom/materiotheme/assets/styles/main.scss

@@ -2673,7 +2673,7 @@ form#user-pass{
   .form-item{
     margin:0.5em 0;
   }
-  $lw:7em;
+  $lw:10em;
   label{
     display: inline-block;
     width:$lw;
@@ -2712,6 +2712,22 @@ form#user-pass{
     margin:0;
     padding: 0 1em 1em;
   }
+  .js-form-item-email{
+    background-color: $color-webshowroom;
+    margin:0;
+    padding: 0 1em 1em;
+  }
+  .webform-type-webform-email-confirm{
+    background-color: $color-webshowroom;
+    margin:0;
+    padding: 0 1em 1em;
+    label{
+      width: 15em;
+    }
+    input[type="email"]{
+      width: calc(95% - 15em);
+    } 
+  }
   .form-item-collaborateur{
     background-color: $color-base;
     margin:0;

Some files were not shown because too many files changed in this diff