Commit bc0324e0efbfdb1f4690cf4c6be36fa3b6a63b03

Authored by grouille
1 parent f8668bda

Suppression RPI + capteur

site/addRaspberry.php
... ... @@ -11,7 +11,7 @@
11 11 </tr>
12 12 </tbody>
13 13 </table>
14   - <input type="submit" class="btn btn-dark btn-lg btn-block" style="margin-top:20px; margin-bottom:20px;" value="Ajouter la Raspberry"/>
  14 + <input type="submit" class="btn btn-dark btn-lg btn-block" style="margin-top:20px;" value="Ajouter la Raspberry"/>
15 15 <br/>
16 16 </form>
17 17 </div>
... ...
site/addSensor.php
... ... @@ -50,7 +50,7 @@ $raspberrys = getRaspberrys();
50 50 </tr>
51 51 </tbody>
52 52 </table>
53   - <input type="submit" class="btn btn-dark btn-lg btn-block" style="margin-top:20px; margin-bottom:20px;" value="Ajouter le capteur"/>
  53 + <input type="submit" class="btn btn-dark btn-lg btn-block" style="margin-top:20px;" value="Ajouter le capteur"/>
54 54 <br/>
55 55 </form>
56 56 </div>
... ...
site/removeRaspberry.php
... ... @@ -4,7 +4,7 @@ $raspberrys = getRaspberrys();
4 4 <div class="row">
5 5 <div class="col-6 col-md-6 offset-md-3 offset-3">
6 6 <br/>
7   - <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="far fa-plus-square"></i> Suppression d'une Raspberry</h1>
  7 + <h1 style="margin-bottom:20px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="far fa-plus-square"></i> Suppression d'une Raspberry</h1>
8 8 <form action="removeRpi.php" method="post">
9 9 <table class="table table-striped table-bordered">
10 10 <tbody>
... ...
site/removeSensor.php
... ... @@ -4,7 +4,7 @@ $capteurs = getSensors();
4 4 <div class="row">
5 5 <div class="col-6 col-md-6 offset-md-3 offset-3">
6 6 <br/>
7   - <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="far fa-minus-square"></i> Suppression d'un capteur</h1>
  7 + <h1 style="margin-bottom:20px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="far fa-minus-square"></i> Suppression d'un capteur</h1>
8 8 <form action="remove.php" method="post">
9 9 <table class="table table-striped table-bordered">
10 10 <tbody>
... ...