better search filters UI

This commit is contained in:
Bachir Soussi Chiadmi 2021-04-05 14:57:02 +02:00
parent 88e0fb4c9a
commit 6e786bb13c
3 changed files with 24017 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -575,12 +575,18 @@ header[role="banner"]{
padding:0;
#materio-sapi-search-form{
display: grid;
grid-template-columns: auto auto;
grid-template-rows: auto auto;
row-gap: 0.2em;
.form-item, input.button{
display: inline-block;
margin: 0;
}
#edit-search{
grid-row: 1 / 1;
grid-column: 1 / 1;
border:1px #BBB solid;
border-radius: 14px;
padding:0.3em;
@ -588,6 +594,8 @@ header[role="banner"]{
}
#edit-filters{
grid-row: 2 / 2;
grid-column: 1 / span 2;
.ss-main{
font-size: 0.756em;
.ss-single-selected{
@ -611,6 +619,10 @@ header[role="banner"]{
}
.button.form-submit{
grid-row: 1 / 1;
grid-column: 2 / 2;
justify-self: end;
align-self: center;
border:0;
text-indent: 50px;
overflow: hidden;