Search now applies to current filters

Combined search into the same form as filters.

Closes #133
This commit is contained in:
Simon Willison 2017-11-24 14:22:57 -08:00
commit a802cbee74
No known key found for this signature in database
GPG key ID: FBB38AFE227189DB
5 changed files with 42 additions and 11 deletions

View file

@ -1,4 +1,3 @@
body {
margin: 0 1em;
font-family: "Helvetica Neue", sans-serif;
@ -107,11 +106,12 @@ form label {
form input[type=text],
form input[type=search] {
border: 1px solid #ccc;
border-radius: 3px;
width: 60%;
padding: 9px 4px;
font-family: monospace;
display: inline-block;
font-size: 1.1em;
font-size: 1em;
font-family: Helvetica, sans-serif;
}
@media only screen and (max-width: 576px) {
form.sql textarea {
@ -137,6 +137,16 @@ form input[type=submit] {
.filter-row {
margin-bottom: 0.6em;
}
.search-row {
margin-bottom: 1.8em;
}
.search-row label {
font-size: 1.2em;
padding-right: 0.5em;
display: inline-block;
width: 80px;
}
.select-wrapper {
border: 1px solid #ccc;