ccfa1e241fa0901145350afe59049b26f345df14 chmalee Tue Jul 30 15:34:54 2024 -0700 Some style changes to hgSearch requested by Mark and Lou. One is fix resizing of columns when the window has been made small. Two is make font size of track titles larger, refs Mark email and #33503 diff --git src/hg/htdocs/inc/hgSearch.html src/hg/htdocs/inc/hgSearch.html index a0382a5..56f84f6 100644 --- src/hg/htdocs/inc/hgSearch.html +++ src/hg/htdocs/inc/hgSearch.html @@ -19,86 +19,101 @@ } /* Anytime the body has the loading class, our modal element will be visible */ body.loading .modal { display: block; } .jstree-anchor { height: auto !important; white-space: normal !important; } .liNoStyle { list-style-type: none; + font-size: larger; +} + +.searchResult { + font-size: 14px; } .showMoreDiv { display: inline; } .headerSpacer { padding-top: 15px; } .rowSpacer { padding-top: 5px; } .ulNoStyle { padding-left: 0; } .selectSpecies { - width: 150px; + max-width: 100%; } .selectDb { - width: 300px; + max-width: 100%; +} + +#grid { + width: 100%; + display: grid; + grid-template-columns: minmax(150px,400px) 1fr; + gap: 25px; + padding-left: 15px; +} + +.selectWrap { + min-width: 0; } -
Use the tree to hide/show results from only these categories. Hover your mouse over each category for an explanation:
-The Genome Browser search page shows matches to words in track data, track names and/or descriptions, help docs, and public hub track names and/or descriptions. Clicking on a match does one of the following: