From e20c99c13fd7296c0ba1b9f30231820fdfc2339c Mon Sep 17 00:00:00 2001
From: cy_altern
Date: Thu, 22 Sep 2022 00:25:47 +0200
Subject: [PATCH] broutilles de style : les champs nom et mails doivent faire
100% de large pour simplifier le responsive
---
formulaires/gamucontact.html | 2 +-
gamucontact_options.php | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/formulaires/gamucontact.html b/formulaires/gamucontact.html
index 7f74cba..73b5938 100644
--- a/formulaires/gamucontact.html
+++ b/formulaires/gamucontact.html
@@ -14,7 +14,7 @@
-
+
diff --git a/gamucontact_options.php b/gamucontact_options.php
index 452b3ee..09b00c8 100644
--- a/gamucontact_options.php
+++ b/gamucontact_options.php
@@ -23,6 +23,7 @@ $GLOBALS['gamucontact'] = [
'nom' => 'nom',
'label' => '<:gamucontact:votre_nom:>',
'obligatoire' => 'oui',
+ 'class' => 'w100',
//'fonction' => 'ma_super_fonction'
)
],
@@ -31,6 +32,7 @@ $GLOBALS['gamucontact'] = [
'options' => array(
'nom' => 'email_contact',
'label' => '<:gamucontact:votre_email:>',
+ 'class' => 'w100',
'obligatoire' => 'oui',
)
],