Planning's modifications

This commit is contained in:
Arthur 2019-05-25 13:22:24 +02:00
parent 9b7a64d381
commit 65e8f31277
2 changed files with 12 additions and 3 deletions

View file

@ -7,6 +7,7 @@
#tablePlanning {
margin: auto;
display: flex;
}
.planning-header {
@ -40,8 +41,11 @@
display: flex;
}
.event:hover {
color: #e9b82f;
}
.event-color {
background-color: #bf021c;
border-radius: 10px;
border: none;
margin: 5px 0;
@ -49,12 +53,17 @@
width: 100%;
}
.event-color:hover{
border-color: #e9b82f;
}
.event-text {
margin: auto;
}
.day-column {
position: relative;
min-width: 200px;
min-width: 150px;
margin: 0 5px;
}

View file

@ -16,7 +16,7 @@ ob_start(); // Start reading html
<div class="inner">
<h1 id="info-box-top">Informations</h1>
<div id="infoBox">
<p>Clique sur un évenement pour afficher ses informations</p>
<p>Clique sur un événement pour afficher ses informations</p>
</div>
</div>