a00d939e11a343b13d6d9867401e418aea83cad5
lrnassar
  Mon Nov 14 16:03:48 2022 -0800
Committing new index page, refs #29695

diff --git src/hg/htdocs/style/jWest.css src/hg/htdocs/style/jWest.css
index cb6f351..e26beb7 100644
--- src/hg/htdocs/style/jWest.css
+++ src/hg/htdocs/style/jWest.css
@@ -25,30 +25,35 @@
     border: gray 1px solid;
     font-family: 'Lato', Arial, Helvetica, sans-serif;
     font-size: 15px;
     letter-spacing: 0.010em;
 }
 
 /* We can't style all <a>s this way because autocomplete uses <a>s. */
 a.jwAnchor, a.jwAnchor:link, a.jwAnchor:visited,
 .jwStaticMain a, .jwStaticMain a:link, .jwStaticMain a:visited,
 .jwFooterContainer a, .jwFooterContainer a:link, .jwFooterContainer a:visited {
     color: #003a72;
     font-weight: bold;
     text-decoration: none;
 }
 
+a.jwNewsItem {
+    display: inline-block;
+    width: 150px:
+}
+
 div.jwBanner {
     background: #f9f9f9; /* #dddee3; /* jWest: #f4f4eb; */
     padding: 5px;
     padding-left: 20px;
 }
 
 .jwUcscLogoWrapper {
     display: inline-block;
     width: 272px;
     height: 55px;
 }
 
 img.jwBannerHelixLogo {
     padding-left: 10px;
     padding-right: 10px;
@@ -186,35 +191,34 @@
     border: 2px solid red;
     width: 75%;
     margin: auto;
     margin-top: 10px;
     margin-bottom: 10px;
     padding: 5px;
     text-align: center;
 }
 
 div.jwWarningBoxStatic {
     width: 875px;
     margin-left: 5px;
 }
 
 .jwSingleLineRightColumn {
-    display: inline-block;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
-    width: 425px;
+    width: 600px;
 }
 
 .jwSmallText {
     font-size: small;
     line-height: 1.1em;
     margin-bottom: 0.5em;
 }
 
 div.jwIconWrapper {
     display: inline-block;
     padding-bottom: 13px;
     padding-right: 9px;
     text-align: center;
 }
 
@@ -427,15 +431,16 @@
 }
 
 /* Layout tweaks for hgGateway.html */
 
 #findPosInputContainer {
     margin-right: 10px;
 }
 
 .vertSpacerAbovePosition {
     padding-top: 20px;
 }
 
 .vertSpacerBelowPosition {
     padding-top: 14px;
 }
+