grid filters ressources
This commit is contained in:
+7
-6
@@ -2976,6 +2976,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
max-height: 17rem;
|
max-height: 17rem;
|
||||||
|
padding-bottom: 5rem;
|
||||||
}
|
}
|
||||||
.page-ressources .view-ressources #views-exposed-form-ressources-page-1::before {
|
.page-ressources .view-ressources #views-exposed-form-ressources-page-1::before {
|
||||||
content: "FILTRER :";
|
content: "FILTRER :";
|
||||||
@@ -2986,25 +2987,25 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
|||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
align-self: end;
|
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-column: 1/span 8;
|
||||||
grid-row: 1;
|
grid-row: 2;
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
}
|
}
|
||||||
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .js-form-item-field-site-target-id {
|
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .js-form-item-field-site-target-id {
|
||||||
grid-column: 1/span 2;
|
grid-column: 1/span 2;
|
||||||
grid-row: 2;
|
grid-row: 3;
|
||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .form-item-field-themes-target-id {
|
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .form-item-field-themes-target-id {
|
||||||
grid-column: 3/span 4;
|
grid-column: 3/span 4;
|
||||||
grid-row: 2;
|
grid-row: 3;
|
||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .form-item-field-type-de-ressource-target-id {
|
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .form-item-field-type-de-ressource-target-id {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
grid-column: 5/span 6;
|
grid-column: 5/span 6;
|
||||||
grid-row: 2;
|
grid-row: 3;
|
||||||
}
|
}
|
||||||
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .form-select {
|
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .form-select {
|
||||||
background: white;
|
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 {
|
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 #edit-actions {
|
||||||
grid-column: 7/span 8;
|
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 {
|
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 #edit-actions .form-submit {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
max-height: 17rem;
|
max-height: 17rem;
|
||||||
|
padding-bottom: 5rem;
|
||||||
&::before{
|
&::before{
|
||||||
content: 'FILTRER :';
|
content: 'FILTRER :';
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
@@ -30,27 +31,27 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
.form-item, .form-actions{ margin: 1rem;align-self: end;}
|
.form-item, .form-actions{ margin: 1rem;align-self: end;}
|
||||||
.form-item-title{
|
.form-item-combine{
|
||||||
grid-column: 1 /span 8;
|
grid-column: 1 /span 8;
|
||||||
grid-row: 1;
|
grid-row: 2;
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
}
|
}
|
||||||
.js-form-item-field-site-target-id{
|
.js-form-item-field-site-target-id{
|
||||||
|
|
||||||
grid-column: 1 /span 2;
|
grid-column: 1 /span 2;
|
||||||
grid-row: 2;
|
grid-row: 3;
|
||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
.form-item-field-themes-target-id{
|
.form-item-field-themes-target-id{
|
||||||
grid-column: 3 /span 4;
|
grid-column: 3 /span 4;
|
||||||
grid-row: 2;
|
grid-row: 3;
|
||||||
width: 45%;
|
width: 45%;
|
||||||
|
|
||||||
}
|
}
|
||||||
.form-item-field-type-de-ressource-target-id{
|
.form-item-field-type-de-ressource-target-id{
|
||||||
width: 45%;
|
width: 45%;
|
||||||
grid-column: 5 /span 6;
|
grid-column: 5 /span 6;
|
||||||
grid-row: 2;
|
grid-row: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-select{
|
.form-select{
|
||||||
@@ -62,7 +63,7 @@
|
|||||||
}
|
}
|
||||||
#edit-actions{
|
#edit-actions{
|
||||||
grid-column: 7 /span 8;
|
grid-column: 7 /span 8;
|
||||||
grid-row: 2;
|
grid-row: 3;
|
||||||
.form-submit{
|
.form-submit{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user