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
+7 -6
View File
@@ -2976,6 +2976,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
padding: 1rem;
height: fit-content;
max-height: 17rem;
padding-bottom: 5rem;
}
.page-ressources .view-ressources #views-exposed-form-ressources-page-1::before {
content: "FILTRER :";
@@ -2986,25 +2987,25 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
margin: 1rem;
align-self: end;
}
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .form-item-title {
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .form-item-combine {
grid-column: 1/span 8;
grid-row: 1;
grid-row: 2;
margin-top: 3rem;
}
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .js-form-item-field-site-target-id {
grid-column: 1/span 2;
grid-row: 2;
grid-row: 3;
width: 45%;
}
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .form-item-field-themes-target-id {
grid-column: 3/span 4;
grid-row: 2;
grid-row: 3;
width: 45%;
}
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .form-item-field-type-de-ressource-target-id {
width: 45%;
grid-column: 5/span 6;
grid-row: 2;
grid-row: 3;
}
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .form-select {
background: white;
@@ -3015,7 +3016,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
}
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 #edit-actions {
grid-column: 7/span 8;
grid-row: 2;
grid-row: 3;
}
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 #edit-actions .form-submit {
margin: 0;
@@ -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;
}