Commit 14fd87ea02814fff6891acb3a1cbe26509d3945d

Authored by grouille
1 parent dc57dab1

Affichage du réseau

Showing 2 changed files with 4 additions and 5 deletions   Show diff stats
site/css/style.css
@@ -69,5 +69,6 @@ th, td { @@ -69,5 +69,6 @@ th, td {
69 } 69 }
70 70
71 .tdp { 71 .tdp {
72 - font-size: 14px; 72 + margin-top: 20px;
73 } 73 }
  74 +
@@ -42,10 +42,8 @@ $nombre = count($raspberrys); @@ -42,10 +42,8 @@ $nombre = count($raspberrys);
42 } 42 }
43 ?> 43 ?>
44 <td><img src="<?php echo $source;?>" alt="Capteur" style="width:auto; height:50px;"></td> 44 <td><img src="<?php echo $source;?>" alt="Capteur" style="width:auto; height:50px;"></td>
45 - <?php  
46 - echo "<td>".$capteur['nom']."</td>";  
47 - ?>  
48 - <td><?php echo $capteur['unite'];?></td> 45 + <td class="tdp"><?php echo $capteur['nom'];?></td>
  46 + <td class="tdp"><?php echo $capteur['unite'];?></td>
49 </tr> 47 </tr>
50 <?php 48 <?php
51 } 49 }