Commit 4436ff81b0e74214c6a4f462fb036c56c7853153
1 parent
39579493
Site ok
Showing
2 changed files
with
3 additions
and
4 deletions
Show diff stats
site/addRaspberry.php
... | ... | @@ -6,9 +6,8 @@ |
6 | 6 | <table class="table table-striped table-bordered"> |
7 | 7 | <tbody> |
8 | 8 | <tr> |
9 | - <td><label for="ip">Adresse IP : </label></td> | |
10 | - <td>172.26.145.</td> | |
11 | - <td><input type="text" id="ip" name="ip" /></td> | |
9 | + <td><label for="ip">Adresse IP : 172.26.145. </label></td> | |
10 | + <td><input type="text" id="ip" name="ip" placeholder="114" size="3" minlength="3" maxlength="3"/></td> | |
12 | 11 | </tr> |
13 | 12 | </tbody> |
14 | 13 | </table> | ... | ... |
site/logo.php
... | ... | @@ -2,6 +2,6 @@ |
2 | 2 | <div class="col-6 col-md-6 offset-md-3 offset-3 logo"> |
3 | 3 | <br/> |
4 | 4 | <br/> |
5 | - <img src="img/font.png" alt="Logo du site" style="width: 100%; height: auto;"/> | |
5 | + <img src="img/font.png" alt="Logo du site" style="width: 100%; height: auto; margin-top: 60px;"/> | |
6 | 6 | </div> |
7 | 7 | </div> | ... | ... |