bf49fd6f88186b3800efd0a212296656a6e670e0 max Wed May 27 02:01:28 2020 -0700 improving hgBlat styling a little, OK'ed by Galt per email diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css index b07f5e8..b3fc232 100644 --- src/hg/htdocs/style/HGStyle.css +++ src/hg/htdocs/style/HGStyle.css @@ -180,30 +180,56 @@ color: #ffffff; } TABLE.hgcCcds TR.hgcCcdsSub { background-color: #606ce2; color: #ffffff; } TABLE.hgcCcds TBODY { background-color: #D0FFD0; } TABLE.hgcCcds CAPTION { caption-side: top; text-align: left; font: medium bold; } +/* used by OMIM track table */ +table.omimTbl, table.omimTbl th { + width: 90%; + table-layout: fixed; +} +table.omimTbl, table.omimTbl th, table.omimTbl td { + border: 1px solid #909090; + border-collapse: collapse; + text-align: left; + vertical-align: top; + padding: 5px; +} +table.omimTbl td:first-child { + width: 200px; + font-weight: bold; +} +table.omimTbl tbody { + background-color: #fffadb; +} + +table.hgBlatTable td { + text-align: left; + +} +/* end OMIM table */ + /* used by bed extra fields in hgc */ table.bedExtraTbl, table.bedExtraTbl th { width: 90%; table-layout: fixed; } table.bedExtraTbl, table.bedExtraTbl th, table.bedExtraTbl td { border: 1px solid #909090; border-collapse: collapse; text-align: left; vertical-align: top; padding: 5px; } table.bedExtraTbl td:first-child { width: 200px; font-weight: bold;