Skip to content

Commit

Permalink
Merge pull request #46 from MaddenMark1495/New
Browse files Browse the repository at this point in the history
More Search Page Edits
  • Loading branch information
luke-moss committed May 5, 2016
2 parents e8bb5f3 + df1e828 commit 8ee0913
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions search.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,15 @@
color: black;
background-color: #33ff77
}
#name_row{
border: 1px solid grey;
background-color:#FFFFFF;
margin-bottom: 15px;
margin-top: 15px
}
#name_row{
border: 1px solid grey;
background-color:#FFFFFF;
margin-bottom: 15px;
margin-top: 15px
}
#button{
padding-top: 20px
}
#background{
border: 1px solid grey;
background-color: #FFFFFF
Expand Down Expand Up @@ -81,7 +84,7 @@
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<form action="search.php" class="navbar-form navbar-left" role="search" method="post">
<div class="form-group">
<input name="search" type="text" class="form-control" placeholder="" required>
<input name="search" type="text" class="form-control" placeholder="" value='<?=$_POST['search']?>' required>
</div>
<button type="submit" class="btn btn-default">Search</button>
</form>
Expand Down

0 comments on commit 8ee0913

Please sign in to comment.