alignement element filtres ressources
This commit is contained in:
+7
-4
@@ -2965,7 +2965,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
padding: 5rem;
|
||||
padding: 2rem;
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
}
|
||||
@@ -2984,18 +2984,19 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
||||
content: "FILTRER :";
|
||||
grid-column: 1;
|
||||
grid-row: 1;
|
||||
display: block;
|
||||
line-height: 5;
|
||||
}
|
||||
.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;
|
||||
padding-bottom: 0.5rem;
|
||||
align-self: end;
|
||||
}
|
||||
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 .form-item-combine {
|
||||
grid-column: 1/span 8;
|
||||
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-column: 1/span 4;
|
||||
grid-row: 3;
|
||||
width: 45%;
|
||||
}
|
||||
@@ -3019,9 +3020,11 @@ 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: 3;
|
||||
height: 2.5rem;
|
||||
}
|
||||
.page-ressources .view-ressources #views-exposed-form-ressources-page-1 #edit-actions .form-submit {
|
||||
margin: 0;
|
||||
height: 2.5rem;
|
||||
}
|
||||
.page-ressources .view-ressources article {
|
||||
padding-bottom: 0 !important;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
padding: 5rem;
|
||||
padding: 2rem;
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
#views-exposed-form-ressources-page-1{
|
||||
@@ -28,17 +28,23 @@
|
||||
content: 'FILTRER :';
|
||||
grid-column: 1;
|
||||
grid-row: 1;
|
||||
display: block;
|
||||
line-height: 5;
|
||||
|
||||
}
|
||||
.form-item, .form-actions{ margin: 1rem;align-self: end;}
|
||||
.form-item, .form-actions{
|
||||
// margin: 1rem;
|
||||
padding-bottom: 0.5rem;
|
||||
align-self: end;
|
||||
}
|
||||
.form-item-combine{
|
||||
grid-column: 1 /span 8;
|
||||
grid-row: 2;
|
||||
margin-top: 3rem;
|
||||
// margin-top: 3rem;
|
||||
}
|
||||
.js-form-item-field-site-target-id{
|
||||
|
||||
grid-column: 1 /span 2;
|
||||
grid-column: 1 /span 4;
|
||||
grid-row: 3;
|
||||
width: 45%;
|
||||
}
|
||||
@@ -64,8 +70,10 @@
|
||||
#edit-actions{
|
||||
grid-column: 7 /span 8;
|
||||
grid-row: 3;
|
||||
height: 2.5rem;
|
||||
.form-submit{
|
||||
margin: 0;
|
||||
height: 2.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user