Skip to content

Commit

Permalink
adjust spacing according to Ken's suggestion. #390
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouji2013 committed Dec 16, 2019
1 parent 4e3008f commit 9a37193
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -1553,10 +1553,12 @@
<script type="text/template" id="search-tmpl">
<div class="container common-container" id="search-results-container">
<h2>Search <small>for <i>{{decodeURIComponent(term)}}</i></small></h2>
<div style='padding: 20px 0px; width=100%'>
<a href="" onclick="document.getElementById('submission-search-results').scrollIntoView(); return false" id=submission-summary-link>
See <span id=submission-summary></span> from <span id=center-summary></span></a>
| <a href="" onclick="document.getElementById('observation-search-results').scrollIntoView(); return false" id=observation-summary-link>
See <span id=observation-count></span> observations matching all search terms</a>
</div>

<table id="search-results-grid" class="table table-bordered table-striped">
<thead>
Expand Down

0 comments on commit 9a37193

Please sign in to comment.