diff --git a/mycaldav/templates/reskreen.html b/mycaldav/templates/reskreen.html index f862d70..9bebdda 100644 --- a/mycaldav/templates/reskreen.html +++ b/mycaldav/templates/reskreen.html @@ -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 @@
-

Équipage

+

Équipages

-
-
+
+

Restrictions routières

-
+

Manifestations

- +
@@ -96,7 +101,7 @@

Communications importantes

- +
diff --git a/mycaldav/templates/rh/rh_view.html b/mycaldav/templates/rh/rh_view.html index a70cd89..1a92d00 100644 --- a/mycaldav/templates/rh/rh_view.html +++ b/mycaldav/templates/rh/rh_view.html @@ -18,6 +18,6 @@ {% endfor %} {% else %} -

Aucune informations véhicule

+

Aucune information d'accueil

{% endif %}
\ No newline at end of file