width filtres
This commit is contained in:
parent
3307579d10
commit
16ff97c6c1
@ -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-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--3,
|
||||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-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--2 {
|
||||||
width: 100%;
|
|
||||||
max-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-formulaireexposeressourcespage-1 .form-actions,
|
||||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .form-actions {
|
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .form-actions {
|
||||||
|
@ -182,6 +182,7 @@
|
|||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.views-field-field-date-ressource{
|
.views-field-field-date-ressource{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -109,6 +109,7 @@
|
|||||||
.js-form-type-textfield{
|
.js-form-type-textfield{
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-top: 0.8rem;
|
padding-top: 0.8rem;
|
||||||
|
|
||||||
label{
|
label{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@ -128,8 +129,9 @@
|
|||||||
}
|
}
|
||||||
input#edit-combine--3,
|
input#edit-combine--3,
|
||||||
input#edit-combine--2{
|
input#edit-combine--2{
|
||||||
width: 100%;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: 25px;
|
||||||
|
width: 96%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.form-actions{
|
.form-actions{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user