f1b861623af3f6c4ec36c745db34c3a72438ff9f
angie
  Tue Jul 19 09:21:12 2016 -0700
Added new hg.conf setting surveyLabelImage -- if present, then hgGateway will display an <img> with the setting value as src to the right of the GO button.  refs #17622

diff --git src/hg/hgGateway/hgGateway.html src/hg/hgGateway/hgGateway.html
index 5e84f1d..d093ba7 100644
--- src/hg/hgGateway/hgGateway.html
+++ src/hg/hgGateway/hgGateway.html
@@ -213,33 +213,33 @@
               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"
                title="Go to the Genome Browser">
             <div class="jwGoButton">
               GO
             </div>
             <i class="jwGoIcon fa fa-play fa-2x"></i>
           </div>
 
-          <div id="surveyContainer" style="display: inline-block;"></div>
+          <div id="surveyContainer" class="jwSurveyContainer"></div>
 
-          <div class="vertSpacerBelowPosition"></div>
+          <div class="vertSpacerBelowPosition jwClearBoth"></div>
 
           <div id="descriptionTitle" class="jwDescriptionTitle">
             <div class="jwFloatLeft">
               <b><span id="descriptionGenome"></span> Genome Browser</b> -
               <span id="descriptionDb"></span> assembly
             </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>