Commit f060da6422b8604910b03ed1d67ae651e72423f4
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,7 +2,7 @@ | ||
2 | $raspberrys = getRaspberrys(); | 2 | $raspberrys = getRaspberrys(); |
3 | ?> | 3 | ?> |
4 | <div class="row"> | 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 | <br/> | 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> Ajout d'un capteur</h1> | 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 | <form action="add.php" method="post"> | 8 | <form action="add.php" method="post"> |
site/hist.php
@@ -10,7 +10,7 @@ $maxs = explode(" ", $max['max']); | @@ -10,7 +10,7 @@ $maxs = explode(" ", $max['max']); | ||
10 | $date_max = $maxs[0]; | 10 | $date_max = $maxs[0]; |
11 | ?> | 11 | ?> |
12 | <div class="row"> | 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 | <br/> | 14 | <br/> |
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> | 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 | <form action="recherche.php" method="post"> | 16 | <form action="recherche.php" method="post"> |