From 9e03acf46a23877665ca567332932887743767c7 Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 24 Jun 2021 12:50:04 +0100 Subject: [PATCH] first iteration of search functionality - likely to fail hard --- public/css/jk.css | 7 +++++++ resources/views/search/index.blade.php | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/public/css/jk.css b/public/css/jk.css index 634ddb1..e4d7efd 100644 --- a/public/css/jk.css +++ b/public/css/jk.css @@ -31,6 +31,13 @@ #search-form input[type="radio"]{ max-width: 15px; } +#search-form #radios{ + border: 1px solid #454d55; + padding: 5px; +} +#search-form .form-group{ + float:right; +} @media only screen and (orientation: portrait){ diff --git a/resources/views/search/index.blade.php b/resources/views/search/index.blade.php index 9360fae..69ee56e 100644 --- a/resources/views/search/index.blade.php +++ b/resources/views/search/index.blade.php @@ -1,7 +1,7 @@
@csrf
- Select table: + @@ -9,7 +9,7 @@ - +