7becab8e9c95f4f90d37ef2f8ea215907534d9b3 angie Wed Apr 27 17:13:54 2016 -0700 Fixed problem with 'view sequences' button wrapping down in weird ways when the screen was narrow. refs #15277 diff --git src/hg/hgGateway/hgGateway.html src/hg/hgGateway/hgGateway.html index 677da93..05e3539 100644 --- src/hg/hgGateway/hgGateway.html +++ src/hg/hgGateway/hgGateway.html @@ -180,31 +180,31 @@ } </style> <!-- Tree inserted here by JS --> </svg> </div> <!-- speciesTreeContainer --> </div> <!-- speciesPicker --> </div> <!-- subsection contents --> </div> </div> <div id="findPositionSection" class ="jwColumn"> - <div class="jwSectionTitle"> + <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;"> <div id="selectAssemblyLabel" class="jwInputLabel">Assembly</div> <select id="selectAssembly"> </select> <div class="vertSpacerAbovePosition"></div> <div class="jwInputLabel"> Position/Search Term </div> @@ -216,34 +216,37 @@ title="Copy the current position into the input above"></i> </div> </div> <div class="jwGoButtonContainer" title="Go to the Genome Browser"> <div class="jwGoButton"> GO </div> <i class="jwGoIcon fa fa-play fa-2x"></i> </div> <div class="vertSpacerBelowPosition"></div> <div id="descriptionTitle" class="jwDescriptionTitle"> + <div class="jwFloatLeft"> <b><span id="descriptionGenome"></span> Genome Browser</b> - <span id="descriptionDb"></span> assembly - <div class="jwFloatRight"> + </div> + <div class="jwFloatRight" style="margin-left: 5px;"> <a id="chromInfoLink" class="jwAnchor" href="hgTracks?chromInfoPage=&hgsid=$hgsid"> <div class="jwWhiteButton"> view sequences </div> </a> </div> + <div class="jwClearBoth"></div> </div> <div id="descriptionText" class="jwDescriptionText"> </div> </div> </div> </div> <div style="clear: both;"></div>