Changement frontend caldav
This commit is contained in:
@@ -23,6 +23,11 @@
|
|||||||
margin: 5px;
|
margin: 5px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.div_item .vertical_content_item{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-content: stretch;
|
||||||
|
}
|
||||||
|
|
||||||
.top_container{
|
.top_container{
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -33,7 +38,7 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.main_div{
|
.main_div{
|
||||||
height: 400px;
|
height: 440px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
@@ -68,17 +73,17 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="div_container">
|
<div class="div_container">
|
||||||
<div style="" class="div_item main_div">
|
<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>
|
<iframe style="border:0;width:100%;height:100%;color:white" src="https://rh.ambulance-clerc.ch/caldav/team"></iframe>
|
||||||
</div>
|
</div>
|
||||||
<div style="" class="div_item main_div">
|
<div style="" class="div_item main_div vertical_content_item">
|
||||||
<div style="height: 50%">
|
<div style="height: 170px;flex-grow: 1;">
|
||||||
<p style="">Restrictions routières</p>
|
<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>
|
<iframe scrolling="no" style="border:0;width:100%;height:100%" src="https://rh.ambulance-clerc.ch/caldav/road"></iframe>
|
||||||
</div>
|
</div>
|
||||||
<div style="height: 50%">
|
<div style="height: 170px;flex-grow: 1;">
|
||||||
<p style="">Manifestations</p>
|
<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>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -96,7 +101,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div style="" class="div_item main_div">
|
<div style="" class="div_item main_div">
|
||||||
<p style="">Communications importantes</p>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@@ -18,6 +18,6 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>Aucune informations véhicule</p>
|
<p>Aucune information d'accueil</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
Reference in New Issue
Block a user