929d72bd9fa34529245e7969d992a8977da365af hiram Mon Aug 26 14:42:56 2024 -0700 now with RefSeq representative and RefSeq latest selection options refs #32596 diff --git src/hg/htdocs/style/assemblySearch.css src/hg/htdocs/style/assemblySearch.css index 0dabe32..ad41449 100644 --- src/hg/htdocs/style/assemblySearch.css +++ src/hg/htdocs/style/assemblySearch.css @@ -72,36 +72,30 @@ /* 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 */ } -.radioGroup:last-child { - align-items: center; - justify-content: flex-end; /* Aligns the radio button and label to the right */ - margin-left: auto; /* Push the second group to the right */ -} - .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;