2024-05-22 10:37:19 +02:00
|
|
|
section.list
|
|
|
|
|
{
|
|
|
|
|
display : flex;
|
|
|
|
|
justify-content : space-between;
|
|
|
|
|
flex-wrap:wrap;
|
|
|
|
|
}
|
|
|
|
|
section.list > div
|
|
|
|
|
{
|
|
|
|
|
width : 30%;
|
|
|
|
|
}
|
|
|
|
|
section.list img {
|
|
|
|
|
display:inline-block;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.short-text {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
|
|
|
|
|
2024-05-29 11:08:54 +02:00
|
|
|
.recherche {
|
|
|
|
|
width : 75px;
|
|
|
|
|
height : 24px;
|
|
|
|
|
}
|
|
|
|
|
|
2024-06-10 09:52:24 +02:00
|
|
|
.short-text{
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
2024-05-29 11:46:39 +02:00
|
|
|
.apliiiiiii{
|
|
|
|
|
width : 75px;
|
|
|
|
|
height : 24px;
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
|
2024-06-16 19:05:37 +02:00
|
|
|
.filter-options {
|
|
|
|
|
display: none;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
.filter-buttons {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.filter-buttons.show {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
.filter-checkboxes {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.filter-checkboxes.show {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.sort-buttons {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.show-buttons .sort-buttons {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|