Ajout trie croissant decroissanant, recherche de genre

This commit is contained in:
2024-06-17 22:48:07 +02:00
parent af51088be9
commit 08fdeb6dd0
5 changed files with 132 additions and 44 deletions

View File

@@ -18,6 +18,15 @@ section.list img {
text-overflow: ellipsis;
}
strong {
margin-left: 233px;
}
ul.option li {
margin-right: 50px;
}
/* modification par Yann */
@@ -35,8 +44,8 @@ main.container {
}
.options {
margin-right : 20px!important;
ul.options {
margin-right : 50px;
}
@@ -172,3 +181,17 @@ div.new {
.back-form {
display: inline-block;
}
.search-genre {
margin-right: 10px;
padding: 5px;
font-size: 14px;
}
.tri-select {
width: 55%;
}
.tri-button {
width: 55%!important;
}