From 5dd5ed8757c36a91e5031a3a55ea8a4291714691 Mon Sep 17 00:00:00 2001 From: jwansek Date: Fri, 28 Apr 2023 13:11:44 +0100 Subject: Added searching for businesses --- static/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index be2f299..c527b3a 100644 --- a/static/style.css +++ b/static/style.css @@ -28,6 +28,22 @@ aside { border-left-style: groove; */ } +input[type=search] { + padding: 3px 5px; + box-sizing: border-box; + border: 2px solid black; + width: 100%; +} + +aside form input[type=submit] { + margin-top: 3px; + width: 100%; + background-color: black; + color: white; + border-radius: 5px; + border: 2px solid black; +} + #main_content { padding-left: 2.5%; padding-right: 2.5; -- cgit v1.2.3