aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2023-04-28 13:11:44 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2023-04-28 13:11:44 +0100
commit5dd5ed8757c36a91e5031a3a55ea8a4291714691 (patch)
treea9426e13aa051248c418b98dfbc10b6f403e1b9c /static/style.css
parent43ba613b9e1ea9dbf6f94361d43418c91c8c0785 (diff)
downloadUKGenderPayGap-5dd5ed8757c36a91e5031a3a55ea8a4291714691.tar.gz
UKGenderPayGap-5dd5ed8757c36a91e5031a3a55ea8a4291714691.zip
Added searching for businesses
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css16
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;