ressources filtre
This commit is contained in:
+34
-9
@@ -2798,6 +2798,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
||||
.page-ressources h1 {
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
font-weight: 1000;
|
||||
}
|
||||
.page-ressources .view-ressources {
|
||||
flex-direction: row;
|
||||
@@ -2807,22 +2808,45 @@ 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 {
|
||||
width: 100%;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(8, 1fr);
|
||||
grid-template-rows: repeat(3, 1fr);
|
||||
padding: 1rem;
|
||||
}
|
||||
.page-ressources .view-ressources #views-exposed-form-ressources-page-1::before {
|
||||
content: "FILTRER :";
|
||||
grid-column: 1;
|
||||
grid-row: 1;
|
||||
}
|
||||
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .form-item-field-type-de-ressource-target-id {
|
||||
order: 1;
|
||||
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .form-item, .page-ressources .view-ressources #views-exposed-form-ressources-page-1 .form-actions {
|
||||
margin: 1rem;
|
||||
align-self: end;
|
||||
}
|
||||
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .form-item-title {
|
||||
grid-column: 1/span 8;
|
||||
grid-row: 1;
|
||||
}
|
||||
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .js-form-item-field-site-target-id {
|
||||
order: 2;
|
||||
grid-column: 1/span 2;
|
||||
grid-row: 2;
|
||||
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;
|
||||
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;
|
||||
}
|
||||
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 #edit-actions {
|
||||
order: 3;
|
||||
grid-column: 7/span 8;
|
||||
grid-row: 2;
|
||||
}
|
||||
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 #edit-actions .form-submit {
|
||||
margin: 0;
|
||||
}
|
||||
.page-ressources .view-ressources .views-row .node-type-ressource {
|
||||
width: 80%;
|
||||
@@ -2886,10 +2910,11 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
||||
order: 6;
|
||||
display: none;
|
||||
}
|
||||
.page-ressources .view-ressources .pagination {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.page-node-site .node-type-ressource {
|
||||
width: 70%;
|
||||
margin: auto;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, auto);
|
||||
grid-template-rows: repeat(2, auto);
|
||||
|
||||
Reference in New Issue
Block a user