ajout recherche album
This commit is contained in:
@@ -144,3 +144,31 @@ div.new {
|
||||
.sous_tri a:hover{
|
||||
color: #1399fc;
|
||||
}*/
|
||||
|
||||
.sorting-search {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tri-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.search-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.search-input {
|
||||
width: 200px;
|
||||
padding: 5px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.back-form {
|
||||
display: inline-block;
|
||||
}
|
||||
|
Reference in New Issue
Block a user