width filtres

This commit is contained in:
Ouidade Soussi Chiadmi 2025-04-07 23:14:08 +02:00
parent 3307579d10
commit 16ff97c6c1
3 changed files with 6 additions and 2 deletions

View File

@ -978,8 +978,9 @@ footer {
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 .js-form-type-textfield input#edit-combine--2,
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .js-form-type-textfield input#edit-combine--3,
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .js-form-type-textfield input#edit-combine--2 {
width: 100%;
max-width: 100%;
height: 25px;
width: 96%;
}
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 .form-actions,
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .form-actions {

View File

@ -182,6 +182,7 @@
margin-top: 0.5rem;
}
.views-field-field-date-ressource{
}

View File

@ -109,6 +109,7 @@
.js-form-type-textfield{
flex-direction: column;
padding-top: 0.8rem;
label{
display: flex;
flex-direction: row;
@ -128,8 +129,9 @@
}
input#edit-combine--3,
input#edit-combine--2{
width: 100%;
max-width: 100%;
height: 25px;
width: 96%;
}
}
.form-actions{