mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Search now applies to current filters
Combined search into the same form as filters. Closes #133
This commit is contained in:
parent
8a37baba14
commit
a802cbee74
5 changed files with 42 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue