Ajout de l'illustration
This commit is contained in:
parent
69eaaa4249
commit
c21ef40c84
@ -132,3 +132,19 @@ svg {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.illustration {
|
||||||
|
float: right;
|
||||||
|
width: 20em;
|
||||||
|
margin: 0 0 0.5em .5em;
|
||||||
|
padding: 0.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.illustration-small {
|
||||||
|
@extend .illustration;
|
||||||
|
width: 10em;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -58,14 +58,12 @@
|
|||||||
</header>
|
</header>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% comment %}
|
{% if event.image %}
|
||||||
manque encore:
|
<article class='illustration{% if display in "in list by day" %}-small{% endif %}'>
|
||||||
* image, image_alt
|
<img src="{{ event.image }}" alt="{{ event.image_alt }}" />
|
||||||
{% endcomment %}
|
</article>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% comment %}
|
|
||||||
On affiche le corps du message avec plus ou moins de longueur
|
|
||||||
{% endcomment %}
|
|
||||||
{% if display in "in list by day" %}
|
{% if display in "in list by day" %}
|
||||||
<p>{{ event.description |truncatewords:20 }}</p>
|
<p>{{ event.description |truncatewords:20 }}</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
Reference in New Issue
Block a user