broutilles de style : les champs nom et mails doivent faire 100% de large pour simplifier le responsive
This commit is contained in:
parent
e6da598289
commit
e20c99c13f
2 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
<input type="text" class="text" name="nobot" id="contact_nobot" value="#ENV{nobot}" size="10" />
|
<input type="text" class="text" name="nobot" id="contact_nobot" value="#ENV{nobot}" size="10" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="boutons mt-5">
|
<div class="boutons mt-5 text-right">
|
||||||
<button type="submit" class="btn">
|
<button type="submit" class="btn">
|
||||||
<i class="fas fa-paper-plane"></i> <:gamucontact:envoyer:>
|
<i class="fas fa-paper-plane"></i> <:gamucontact:envoyer:>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
@ -23,6 +23,7 @@ $GLOBALS['gamucontact'] = [
|
||||||
'nom' => 'nom',
|
'nom' => 'nom',
|
||||||
'label' => '<:gamucontact:votre_nom:>',
|
'label' => '<:gamucontact:votre_nom:>',
|
||||||
'obligatoire' => 'oui',
|
'obligatoire' => 'oui',
|
||||||
|
'class' => 'w100',
|
||||||
//'fonction' => 'ma_super_fonction'
|
//'fonction' => 'ma_super_fonction'
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
@ -31,6 +32,7 @@ $GLOBALS['gamucontact'] = [
|
||||||
'options' => array(
|
'options' => array(
|
||||||
'nom' => 'email_contact',
|
'nom' => 'email_contact',
|
||||||
'label' => '<:gamucontact:votre_email:>',
|
'label' => '<:gamucontact:votre_email:>',
|
||||||
|
'class' => 'w100',
|
||||||
'obligatoire' => 'oui',
|
'obligatoire' => 'oui',
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue