grid filters ressources

This commit is contained in:
2025-10-02 21:54:38 +02:00
parent e89e711c4c
commit d02cd5c555
2 changed files with 14 additions and 12 deletions
@@ -23,6 +23,7 @@
padding: 1rem;
height: fit-content;
max-height: 17rem;
padding-bottom: 5rem;
&::before{
content: 'FILTRER :';
grid-column: 1;
@@ -30,27 +31,27 @@
}
.form-item, .form-actions{ margin: 1rem;align-self: end;}
.form-item-title{
.form-item-combine{
grid-column: 1 /span 8;
grid-row: 1;
grid-row: 2;
margin-top: 3rem;
}
.js-form-item-field-site-target-id{
grid-column: 1 /span 2;
grid-row: 2;
grid-row: 3;
width: 45%;
}
.form-item-field-themes-target-id{
grid-column: 3 /span 4;
grid-row: 2;
grid-row: 3;
width: 45%;
}
.form-item-field-type-de-ressource-target-id{
width: 45%;
grid-column: 5 /span 6;
grid-row: 2;
grid-row: 3;
}
.form-select{
@@ -62,7 +63,7 @@
}
#edit-actions{
grid-column: 7 /span 8;
grid-row: 2;
grid-row: 3;
.form-submit{
margin: 0;
}