From 3675109e6d24f01bc253b0f948d148536e40ab5d Mon Sep 17 00:00:00 2001 From: flejk Date: Mon, 7 Feb 2022 23:33:12 +0100 Subject: [PATCH] update of pathing in ccs footer for searchbar --- src/style/style.css | 4 ++++ view/footer.php | 2 +- view/header.php | 7 +++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/style/style.css b/src/style/style.css index 135c255..911e9b9 100755 --- a/src/style/style.css +++ b/src/style/style.css @@ -53,6 +53,10 @@ header { background-repeat: no-repeat; } +.login { + display: none; +} + nav { background-color: #575757; border-radius: 8px; diff --git a/view/footer.php b/view/footer.php index 69a8bdf..6ea5819 100755 --- a/view/footer.php +++ b/view/footer.php @@ -1,5 +1,5 @@
- diff --git a/view/header.php b/view/header.php index 76ec696..2a86762 100755 --- a/view/header.php +++ b/view/header.php @@ -22,4 +22,11 @@
+
+ +