fix de quelques rendus
This commit is contained in:
parent
5fe6ee17e5
commit
c30640e137
@ -153,18 +153,25 @@ footer {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.infos-and-buttons {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.infos-and-buttons .infos {
|
||||
flex: 50;
|
||||
}
|
||||
|
||||
.infos-and-buttons .buttons {
|
||||
flex: auto;
|
||||
@media only screen and (min-width: 992px) {
|
||||
|
||||
.infos-and-buttons {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.infos-and-buttons .infos {
|
||||
flex: 50;
|
||||
}
|
||||
|
||||
.infos-and-buttons .buttons {
|
||||
flex: auto;
|
||||
}
|
||||
}
|
||||
|
||||
article.day {
|
||||
|
@ -3,12 +3,6 @@
|
||||
{% load utils_extra %}
|
||||
{% load event_extra %}
|
||||
|
||||
{% comment %}
|
||||
TODO:
|
||||
* utiliser flex plutôt que float pour l'image et pour la date
|
||||
* gérer le flex des boutons dans le cas de petits écrans
|
||||
{% endcomment %}
|
||||
|
||||
<article>
|
||||
{% if display in "in list by day" %}
|
||||
{% if display == "in list by day" and event|can_show_start_time %}
|
||||
|
Loading…
Reference in New Issue
Block a user