update of pathing in ccs footer for searchbar

master
flejk 2 years ago
parent 988e11387f
commit 3675109e6d

@ -53,6 +53,10 @@ header {
background-repeat: no-repeat; background-repeat: no-repeat;
} }
.login {
display: none;
}
nav { nav {
background-color: #575757; background-color: #575757;
border-radius: 8px; border-radius: 8px;

@ -1,5 +1,5 @@
<div class="scrolltainer"> <div class="scrolltainer">
<form id="searchBar" method="get" class="searchBar" action="/home/search.php"> <form id="searchBar" method="get" class="searchBar" action="search.php">
<input id="SearchText" type="text" name="keyword" placeholder="Beers, Breweries and more..." size="22" autocomplete="off"> <input id="SearchText" type="text" name="keyword" placeholder="Beers, Breweries and more..." size="22" autocomplete="off">
<input id="SearchButton" type="image" alt="Search !" src="src/search-ico.png"> <input id="SearchButton" type="image" alt="Search !" src="src/search-ico.png">
</form> </form>

@ -22,4 +22,11 @@
<input id="SearchButton" type="image" alt="Enter !" src="src/key-ico.png"> <input id="SearchButton" type="image" alt="Enter !" src="src/key-ico.png">
</form> </form>
</div> </div>
<div class="login">
<form id="login" method="POST" action="verify.php" class="login">
<input id="user" type="text" placeholder="Username" size="22" >
<input id="password" type="password" placeholder="Password" size="22" >
<input id="SearchButton" type="image" alt="Enter !" src="src/key-ico.png">
</form>
</div>
</nav> </nav>

Loading…
Cancel
Save