Changement frontend caldav

This commit is contained in:
Ambulance Clerc
2022-10-13 11:39:03 +02:00
parent 1c327b8ccd
commit ace4b221c7
2 changed files with 13 additions and 8 deletions

View File

@@ -23,6 +23,11 @@
margin: 5px;
}
.div_item .vertical_content_item{
display: flex;
flex-direction: column;
align-content: stretch;
}
.top_container{
display: flex;
@@ -33,7 +38,7 @@
justify-content: space-between;
}
.main_div{
height: 400px;
height: 440px;
padding: 10px;
width: 30%;
}
@@ -68,17 +73,17 @@
</div>
<div class="div_container">
<div style="" class="div_item main_div">
<p style="">Équipage</p>
<p style="">Équipages</p>
<iframe style="border:0;width:100%;height:100%;color:white" src="https://rh.ambulance-clerc.ch/caldav/team"></iframe>
</div>
<div style="" class="div_item main_div">
<div style="height: 50%">
<div style="" class="div_item main_div vertical_content_item">
<div style="height: 170px;flex-grow: 1;">
<p style="">Restrictions routières</p>
<iframe scrolling="no" style="border:0;width:100%;height:100%" src="https://rh.ambulance-clerc.ch/caldav/road"></iframe>
</div>
<div style="height: 50%">
<div style="height: 170px;flex-grow: 1;">
<p style="">Manifestations</p>
<iframe style="border:0;width:100%;height:100%;color:white" src="https://rh.ambulance-clerc.ch/caldav/team"></iframe>
<iframe style="border:0;width:100%;height:100%;color:white" src="https://rh.ambulance-clerc.ch/caldav/manif"></iframe>
</div>
</div>
@@ -96,7 +101,7 @@
</div>
<div style="" class="div_item main_div">
<p style="">Communications importantes</p>
<iframe scrolling="no" style="border:0;width:100%;height:100%" src="https://rh.ambulance-clerc.ch/caldav/road"></iframe>
<iframe scrolling="no" style="border:0;width:100%;height:100%" src="https://rh.ambulance-clerc.ch/caldav/op"></iframe>
</div>
</div>

View File

@@ -18,6 +18,6 @@
{% endfor %}
</table>
{% else %}
<p>Aucune informations véhicule</p>
<p>Aucune information d'accueil</p>
{% endif %}
</div>