From 092a3f30110484ae30253c3447778046b94c5086 Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 24 Jun 2021 13:02:05 +0100 Subject: [PATCH] first iteration of search functionality - likely to fail hard --- public/css/jk.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/css/jk.css b/public/css/jk.css index 64dd59a..8ee6ee8 100644 --- a/public/css/jk.css +++ b/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;