diff --git a/smdb/smdb/templates/pages/home.html b/smdb/smdb/templates/pages/home.html index c4368218..9a73e82b 100644 --- a/smdb/smdb/templates/pages/home.html +++ b/smdb/smdb/templates/pages/home.html @@ -128,13 +128,15 @@ <input type="hidden" name="ymax" value="" id="ymax"> <input type="hidden" name="tmin" value="" id="tmin"> <input type="hidden" name="tmax" value="" id="tmax"> - <form class="d-flex" position="fixed" id="searchBarForm"> + <form class="d-flex" position="relative" id="searchBarForm"> <input class="form-control mr-sm-2" type="search" size="8px" textcolor="lightgray" value="" name="q" id="searchBar" placeholder="Search SMDB Missions..." title="Search for mission notes or names" onfocus="this.placeholder=''" onblur="this.placeholder='Search SMDB Mission Info'"> {# Set the Update Map Button to new bounds and time constrained link #} <a href="javascript: updateMap()" role="button" type="submit" class="btn btn-outline-primary btn-sm my-2" id="searchbtn" style="font-size: 3px" title="Search Mission Info or Update Map">Update Map</a> </form> </div> + <div class="row" id="separator2" style="color:darkgray; width:100%; position:relative"> + </div> </div> <div id="map" class="" tabindex="0" style="position: relative;"> @@ -146,4 +148,4 @@ </nav> </body> </html> -{% endblock %} \ No newline at end of file +{% endblock %}