improved assisted research ui
This commit is contained in:
parent
81f47c4300
commit
e499724e20
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -581,18 +581,24 @@ header[role="banner"]{
|
||||||
grid-template-columns: auto auto;
|
grid-template-columns: auto auto;
|
||||||
grid-template-rows: auto auto;
|
grid-template-rows: auto auto;
|
||||||
row-gap: 0.2em;
|
row-gap: 0.2em;
|
||||||
|
justify-items: stretch;
|
||||||
.form-item, input.button{
|
.form-item, input.button{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#edit-search{
|
.form-item-search{
|
||||||
grid-row: 1 / 1;
|
grid-row: 1 / 1;
|
||||||
grid-column: 1 / 1;
|
grid-column: 1 / 1;
|
||||||
|
position: relative;
|
||||||
|
#edit-search{
|
||||||
border:1px #BBB solid;
|
border:1px #BBB solid;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
padding:0.3em;
|
padding:0.3em;
|
||||||
color:#666;
|
color:#666;
|
||||||
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset#edit-filters{
|
fieldset#edit-filters{
|
||||||
|
|
Loading…
Reference in New Issue