Commit d54af5aceddcc0046f670cc8138c17ecb51a00b0

Authored by grouille
1 parent 3b968ef7

Test

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
site/formInscription.php
... ... @@ -4,7 +4,7 @@ if(getGroupe($_SESSION['Login'])!=1)
4 4 $groupes = getGroupes();
5 5 ?>
6 6 <div class="row">
7   - <div class="col-4 col-md-4 offset-md-4 offset-4">
  7 + <div class="col-6 col-md-6 offset-md-3 offset-3">
8 8 <br/>
9 9 <h1 style="margin-bottom:20px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fa fa-user-circle"></i> Créer un compte</h1>
10 10 <form action="inscription.php" method="post">
... ...
site/formSuppression.php
... ... @@ -4,7 +4,7 @@ if(getGroupe($_SESSION[&#39;Login&#39;])!=1)
4 4 $groupes = getGroupes();
5 5 ?>
6 6 <div class="row">
7   - <div class="col-4 col-md-4 offset-md-4 offset-4">
  7 + <div class="col-6 col-md-6 offset-md-3 offset-3">
8 8 <br/>
9 9 <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-user-slash"></i> Supprimer un compte</h1>
10 10 <form action="suppression.php" method="post">
... ...