Files
SAE_PHP_2024/CodeIgniter-3.1.13/assets/style.css

59 lines
787 B
CSS
Raw Normal View History

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;
}
.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;
}