This commit is contained in:
Baptiste 2022-06-18 14:25:41 +02:00
parent a95d63e139
commit 5a3c7a2793

View file

@ -63,7 +63,7 @@ if(isset($_GET['planning']) AND !empty(['planning']))
$req1->execute(array($day, $planning));
while($r1 = $req1->fetch()) {
?>
<div style="background-color: <?= $r1['color'] ?>; height: <?= $r1['length'] ?>%; border: 0; color: white;<?php //if($day == 7) { echo "border-right: 4px solid black;"; } ?>" class="content">
<div style="background-color: <?= $r1['color'] ?>; height: <?= $r1['length'] ?>%; border: 0; color: white; border-right: 2px solid black; border-top: 2px solid black; ?>" class="content">
<span><?= $r1['title'] ?></span>
</div>
<?php