e19930c1512710a279c277546f07e510ff76e790 chmalee Tue Oct 17 10:25:48 2023 -0700 Fix bug in reflow of hgSearch columns, had incorrect row class on elements that were not supposed to be rows, refs Lou email diff --git src/hg/htdocs/inc/hgSearch.html src/hg/htdocs/inc/hgSearch.html index 470ddbe..a0382a5 100644 --- src/hg/htdocs/inc/hgSearch.html +++ src/hg/htdocs/inc/hgSearch.html @@ -67,34 +67,34 @@ <div class="headerSpacer"> </div> Search<br> <select name="speciesSelect" id="speciesSelect" class="selectSpecies"></select> <select name="dbSelect" id="dbSelect" class="selectDb"></select> for <div class="rowSpacer"> <input size=50 name="searchString" id="searchBarSearchString" type="text" placeholder="bigWig"></input> <input name="searchButton" id="searchBarSearchButton" type="submit" value="Search"></input> <p>Use the tree to hide/show results from only these categories. Hover your mouse over each category for an explanation:</p> <div id="searchCategories" style="overflow-y:auto"> <!-- this will get populated by the javascript later --> </div> </div> </div> <div class="col-lg-8"> - <div id="searchResultsBar" class="row gbSectionBanner">Search Results + <div id="searchResultsBar" class="gbSectionBanner">Search Results <span id="dbPlaceholder"></span> </div> - <div id="searchResults" class="row headerSpacer" style="overflow-y:auto"> + <div id="searchResults" class="headerSpacer" style="overflow-y:auto"> </div> </div> </div> <!-- row --> </div> <!-- container-fluid --> <div class="container-fluid"> <div class="help-text gbsPage"> <div class="row"></div> <div class="row"> <div class="col-md-12"> <h2>Using the Genome Browser Search</h2> <!-- <div class="headerSpacer"></div> --> <p> The Genome Browser search page shows matches to words in track data, track names and/or descriptions, help docs, and public hub track names and/or descriptions. Clicking on a match does one of the following: