diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-04-28 13:11:44 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-04-28 13:11:44 +0100 |
commit | 5dd5ed8757c36a91e5031a3a55ea8a4291714691 (patch) | |
tree | a9426e13aa051248c418b98dfbc10b6f403e1b9c /static/style.css | |
parent | 43ba613b9e1ea9dbf6f94361d43418c91c8c0785 (diff) | |
download | UKGenderPayGap-5dd5ed8757c36a91e5031a3a55ea8a4291714691.tar.gz UKGenderPayGap-5dd5ed8757c36a91e5031a3a55ea8a4291714691.zip |
Added searching for businesses
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
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; |