Commit f060da6422b8604910b03ed1d67ae651e72423f4

Authored by grouille
1 parent d54af5ac

Test

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
site/addSensor.php
... ... @@ -2,7 +2,7 @@
2 2 $raspberrys = getRaspberrys();
3 3 ?>
4 4 <div class="row">
5   - <div class="col-4 col-md-4 offset-md-4 offset-4">
  5 + <div class="col-6 col-md-6 offset-md-3 offset-3">
6 6 <br/>
7 7 <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="far fa-plus-square"></i> Ajout d'un capteur</h1>
8 8 <form action="add.php" method="post">
... ...
site/hist.php
... ... @@ -10,7 +10,7 @@ $maxs = explode(&quot; &quot;, $max[&#39;max&#39;]);
10 10 $date_max = $maxs[0];
11 11 ?>
12 12 <div class="row">
13   - <div class="col-4 col-md-4 offset-md-4 offset-4">
  13 + <div class="col-6 col-md-6 offset-md-3 offset-3">
14 14 <br/>
15 15 <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fa fa-search"></i> Recherche</h1>
16 16 <form action="recherche.php" method="post">
... ...