Commit 522e6f8f858e48352cc3e19626cd0d2ef04a193a
1 parent
88aa7969
Test
Showing
1 changed file
with
5 additions
and
7 deletions
Show diff stats
site/inscription.php
... | ... | @@ -18,7 +18,7 @@ if(getGroupe($_SESSION['Login'])!=1) |
18 | 18 | |
19 | 19 | <!-- Centre de la page --> |
20 | 20 | <div class="row"> |
21 | - <div class="inscritpion"> | |
21 | + <div class="col-6 col-md-6 offset-3 offset-md-3" style="margin-top:70px;"> | |
22 | 22 | <?php |
23 | 23 | if (notAMember($_POST["id"])) |
24 | 24 | { |
... | ... | @@ -47,12 +47,10 @@ if(getGroupe($_SESSION['Login'])!=1) |
47 | 47 | $color = "alert-danger"; |
48 | 48 | } |
49 | 49 | ?> |
50 | - <div class="col-6 col-md-6 offset-3 offset-md-3" style="margin-top:70px;"> | |
51 | - <br/> | |
52 | - <div class="alert <?php echo $color;?>" role="alert"> | |
53 | - <?php echo $retour;?> | |
54 | - <meta http-equiv="Refresh" content="5;url=accueil.php" /> | |
55 | - </div> | |
50 | + <br/> | |
51 | + <div class="alert <?php echo $color;?>" role="alert"> | |
52 | + <?php echo $retour;?> | |
53 | + <meta http-equiv="Refresh" content="5;url=accueil.php" /> | |
56 | 54 | </div> |
57 | 55 | </div> |
58 | 56 | </div> | ... | ... |