Skip to content

Commit

Permalink
Merge pull request #9 from ksalamy/ksalamy-smdb-10
Browse files Browse the repository at this point in the history
Github Issue mbari-org#72: Enhance Missions Detail View - Update#2
  • Loading branch information
ksalamy authored May 21, 2024
2 parents 1a92f4b + b6d1986 commit 1111cbc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions smdb/smdb/templates/pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;">
Expand All @@ -146,4 +148,4 @@
</nav>
</body>
</html>
{% endblock %}
{% endblock %}

0 comments on commit 1111cbc

Please sign in to comment.