14cb2006a261922f27924e0fed14f067ce90fd1e
lrnassar
  Tue Apr 28 14:17:58 2026 -0700
Move chromAlias info icon next to chromosome position, refs #29201

Relocate the icon from the right side of the search bar to between the
Multi-region button and the chromosome position display, per reviewer
feedback that the prior location read ambiguously next to the search box.
Show only the (i) glyph (drop the "Aliases" label), bump font-size to
110%, tighten margins, and rename the tooltip from "Also known as:" to
"Alternate sequence names:".

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index 1e4f6ef6de0..a791ac4d65a 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -14,32 +14,34 @@
 }
 
 
 body.training {
         background: url("../../images/internal_bg1.jpg") repeat-x fixed left bottom #F9F9F7;
 }
 
 #searchHelp {
         display: inline;
         margin-left: 0.5em;
         font-size: 80%;
 }
 
 #chromAliases {
         display: inline;
-        margin-left: 0.5em;
-        font-size: 80%;
+        margin-left: 0.1em;
+        margin-right: 0.05em;
+        font-size: 110%;
+        vertical-align: middle;
         cursor: help;
 }
 
 #chromAliases a {
         text-decoration: none;
         color: #666;
 }
 
 a:link {
         color: #121E9A; 
         text-decoration: underline
 }
 
 input[type="submit"], input[type="button"], button {
     border: 1px solid rgba(100, 100, 100, .5);