a213555a50875b9a04c3bb4a267a54bea2dd427f hiram Thu Aug 29 14:02:39 2024 -0700 now with proper interface to assembly status, refSeq category, assembly level refs #32596 diff --git src/hg/htdocs/style/assemblySearch.css src/hg/htdocs/style/assemblySearch.css index ad41449..125aac6 100644 --- src/hg/htdocs/style/assemblySearch.css +++ src/hg/htdocs/style/assemblySearch.css @@ -72,30 +72,35 @@ /* CSS styles to position radio button groups */ /* display will be flex to show this box on 'show advanced search options' */ .radioGroupContainer { display: none; /* Use flexbox to align items horizontally */ gap: 20px; /* Optional: Add space between the two groups */ border: 2px solid #000; /* Add a 2px solid black border around the container */ padding: 10px; /* Optional: Add padding inside the border */ } .radioGroup { display: flex; flex-direction: column; /* Arrange radio buttons vertically */ } +.colVertical { + display: flex; + flex-direction: column; /* Arrange radio buttons vertically */ +} + .formDiv > div, .radioGroupContainer { width: 100%; box-sizing: border-box; } .searchTip { position: relative; display: inline-block; cursor: pointer; background-color: #e5cb99; color: #00f; } .searchTiptext { visibility: hidden;