cb9fb99f244f81dbb448b674e465e3dfd2a548d5
angie
  Fri Apr 15 16:40:20 2016 -0700
Hide the Find Position section contents until they're filled in, so we don't see empty containers jumping around.  refs #15277 sorta

diff --git src/hg/hgGateway/hgGateway.html src/hg/hgGateway/hgGateway.html
index b8fa771..ea52519 100644
--- src/hg/hgGateway/hgGateway.html
+++ src/hg/hgGateway/hgGateway.html
@@ -182,31 +182,32 @@
                   <!-- Tree inserted here by JS -->
 
                 </svg>
               </div> <!-- speciesTreeContainer -->
             </div> <!-- speciesPicker -->
 
           </div> <!-- subsection contents -->
 
         </div>
       </div>
 
       <div id="findPositionSection" class ="jwColumn">
         <div class="jwSectionTitle">
           Find Position
         </div>
-        <div class="jwSectionContents">
+        <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:
               <span id="positionDisplay" class="jwPosDisplay"></span>
               <i id="copyPosition" class="fa fa-copy jwTextBlue"
                  title="Copy the current position into the input below"></i>
             </div>
             <input id="positionInput" value="" size="40">