ff554a205dc0deb351a94778bda372ccd2ae3554 lrnassar Wed Mar 18 13:50:21 2026 -0700 Fix hgGateway label layout: add display:block to labels that replaced div elements, restoring the original block layout where Assembly dropdown and Position input appear below their labels. refs #37253 diff --git src/hg/hgGateway/hgGateway.html src/hg/hgGateway/hgGateway.html index f9c3ebe12fd..8162b980cc2 100644 --- src/hg/hgGateway/hgGateway.html +++ src/hg/hgGateway/hgGateway.html @@ -247,37 +247,37 @@ </div> <!-- speciesPicker --> </div> <!-- speciesGraphic --> </div> <!-- jwSectionContents --> </div> <!-- selectSpeciesSection --> <div id="findPositionSection" class ="jwColumn"> <div id="findPositionTitle" class="jwSectionTitle"> Find Position </div> <div id="findPositionContents" class="jwSectionContents" style="display: none;"> <!-- To avoid empty containers jumping around, hide first. --> <div id="findPosInputContainer" style="display: inline-block;"> - <label for="selectAssembly" id="selectAssemblyLabel" class="jwInputLabel">Assembly</label> + <label for="selectAssembly" id="selectAssemblyLabel" class="jwInputLabel" style="display:block">Assembly</label> <select id="selectAssembly"> </select> <div class="vertSpacerAbovePosition"></div> - <label for="positionInput" class="jwInputLabel"> + <label for="positionInput" class="jwInputLabel" style="display:block"> Position/Search Term <span style="font-size: smaller"> (<a href="../../goldenPath/help/query.html">Examples</a>) </span> </label> <input id="positionInput" value="" size="40"> <div class="jwCurrentPos"> Current position: <span id="positionDisplay" class="jwPosDisplay"></span> <i id="copyPosition" class="fa fa-copy jwTextBlue" title="Copy the current position into the input above"></i> </div> </div> <div class="jwGoButtonContainer"