Add simple/structured query selector to HTML search page (#1722)

This commit is contained in:
galewis2
2020-05-07 19:29:44 -04:00
committed by GitHub
parent fc19ebb218
commit a5e3785843
4 changed files with 90 additions and 20 deletions

View File

@@ -1,11 +1,11 @@
form {
.top-bar {
width: 100%;
padding: 1em 15px;
}
form #q {
min-width: 500px;
.top-bar #q {
max-width: 500px;
}
@media (max-width: 850px) {
form #q {
@@ -147,6 +147,17 @@ footer p {
width: 100%;
}
.search-button-group {
display: inline
display: inline;
}
}
.search-button-group {
margin-top: 3px;
box-sizing: content-box;
margin-bottom: 3px;
}
label {
font-weight: normal;
}