Amélioration de la navigation
This commit is contained in:
parent
a4fcaf952d
commit
956374b647
@ -122,6 +122,9 @@ details[role="list"] summary + ul li.selected>a:hover {
|
|||||||
color: var(--primary-inverse);
|
color: var(--primary-inverse);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#filters .categories {
|
||||||
|
z-index: 100;
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
details summary[role="button"] {
|
details summary[role="button"] {
|
||||||
@ -170,11 +173,13 @@ details[role="list"] summary + ul li.selected>a:hover {
|
|||||||
height: 2.6em;
|
height: 2.6em;
|
||||||
width: 2.6em;
|
width: 2.6em;
|
||||||
border-radius: 1.3em;
|
border-radius: 1.3em;
|
||||||
|
line-height: 2.6em;
|
||||||
img {
|
img {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin: .2em 0;
|
margin: .2em 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.reduced {
|
.reduced {
|
||||||
opacity: .3;
|
opacity: .3;
|
||||||
}
|
}
|
||||||
@ -193,11 +198,10 @@ span.small-cat {
|
|||||||
.simple-button {
|
.simple-button {
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
margin-left: .1em;
|
margin-left: .1em;
|
||||||
}
|
display: inline;
|
||||||
.button-bar {
|
text-align: center;
|
||||||
display: flex;
|
vertical-align: middle;
|
||||||
align-items: center;
|
line-height: 1.8em;
|
||||||
column-gap: .3em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
|
@ -246,7 +246,7 @@ def show_legend(filter):
|
|||||||
)
|
)
|
||||||
for c in cats
|
for c in cats
|
||||||
]
|
]
|
||||||
) + ' <a class="contrast simple-button" data-tooltip="Toutes les catégories" href="' + filter.get_url_without_filters() + '">' + picto_from_name('x-circle') + '</a></div>'
|
) + ' <a class="contrast simple-button" href="' + filter.get_url_without_filters() + '">' + picto_from_name('x-circle') + '</a></div>'
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
return mark_safe("<div>" +
|
return mark_safe("<div>" +
|
||||||
|
Loading…
Reference in New Issue
Block a user