Browse Source

first iteration of search functionality - likely to fail hard

master
jk 3 years ago
parent
commit
6140713550
  1. 3
      public/css/jk.css

3
public/css/jk.css

@ -25,6 +25,9 @@
#search-form input[type="text"], #search-form input[type="radio"], #search-form label{
display:inline;
}
#search-form input[type="text"]{
max-width: 25px;
}
#search-form input[type="radio"]{
font-size: 12px;
}

Loading…
Cancel
Save