Browse Source

first iteration of search functionality - likely to fail hard

master
jk 3 years ago
parent
commit
092a3f3011
  1. 6
      public/css/jk.css

6
public/css/jk.css

@ -28,7 +28,9 @@
#search-form input[type="text"]{
max-width: 150px;
}
#search-form label{
margin-right: 5px;
}
#search-form input[type="radio"]{
max-width: 20px;
padding: 5px;
@ -38,7 +40,7 @@
border-radius:.25rem;
height: calc(2em + .75rem + 2px);
line-height:1.6;
padding: 10px;
padding: 9px;
}
#search-form .form-group{
text-align:center;

Loading…
Cancel
Save