parent
930288ea65
commit
d6b8ae1ca6
@ -1893,6 +1893,16 @@ dialog {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.duplicate_tofix header, duplicate_tofix footer {
|
||||||
|
background: repeating-linear-gradient(
|
||||||
|
45deg,
|
||||||
|
rgba(187, 66, 66, 0.1),
|
||||||
|
rgba(187, 66, 66, 0.1) 10px,
|
||||||
|
rgba(240, 9, 9, 0.25) 10px,
|
||||||
|
rgba(240, 9, 9, 0.25) 20px
|
||||||
|
),
|
||||||
|
}
|
||||||
|
|
||||||
.single-event header .buttons [role="button"] {
|
.single-event header .buttons [role="button"] {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
{% load event_extra %}
|
{% load event_extra %}
|
||||||
|
|
||||||
|
|
||||||
<article>
|
<article class="{% if not duplicate.representative %}duplicate_tofix{% endif %}">
|
||||||
<header><h2><a href="{% url 'view_duplicate' duplicate.pk %}">
|
<header><h2><a href="{% url 'view_duplicate' duplicate.pk %}">
|
||||||
{% if duplicate.representative %}Duplication{% else %}Possible duplication{% endif %}
|
{% if duplicate.representative %}Duplication{% else %}Possible duplication{% endif %}
|
||||||
:</a> {{ events|length }} événements le {{ events.0.start_day }}</h2>
|
:</a> {{ events|length }} événements le {{ events.0.start_day }}</h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user