better search filters UI
This commit is contained in:
parent
88e0fb4c9a
commit
6e786bb13c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -575,12 +575,18 @@ header[role="banner"]{
|
||||||
padding:0;
|
padding:0;
|
||||||
|
|
||||||
#materio-sapi-search-form{
|
#materio-sapi-search-form{
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: auto auto;
|
||||||
|
grid-template-rows: auto auto;
|
||||||
|
row-gap: 0.2em;
|
||||||
.form-item, input.button{
|
.form-item, input.button{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#edit-search{
|
#edit-search{
|
||||||
|
grid-row: 1 / 1;
|
||||||
|
grid-column: 1 / 1;
|
||||||
border:1px #BBB solid;
|
border:1px #BBB solid;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
padding:0.3em;
|
padding:0.3em;
|
||||||
|
@ -588,6 +594,8 @@ header[role="banner"]{
|
||||||
}
|
}
|
||||||
|
|
||||||
#edit-filters{
|
#edit-filters{
|
||||||
|
grid-row: 2 / 2;
|
||||||
|
grid-column: 1 / span 2;
|
||||||
.ss-main{
|
.ss-main{
|
||||||
font-size: 0.756em;
|
font-size: 0.756em;
|
||||||
.ss-single-selected{
|
.ss-single-selected{
|
||||||
|
@ -611,6 +619,10 @@ header[role="banner"]{
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.form-submit{
|
.button.form-submit{
|
||||||
|
grid-row: 1 / 1;
|
||||||
|
grid-column: 2 / 2;
|
||||||
|
justify-self: end;
|
||||||
|
align-self: center;
|
||||||
border:0;
|
border:0;
|
||||||
text-indent: 50px;
|
text-indent: 50px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in New Issue