976c3c1600cd2f0dde8b0579fed17835bf30fe6f max Tue Jun 25 04:48:09 2024 -0700 making font-size on rec track sets popup a little bit larger, came up in ticket with the new tutorial refs #33732 diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css index dccfcd9..48c23a4 100644 --- src/hg/htdocs/style/HGStyle.css +++ src/hg/htdocs/style/HGStyle.css @@ -32,31 +32,31 @@ input[type="submit"], input[type="button"], button { border: 1px solid rgba(100, 100, 100, .5); border-radius: 3px; margin: 0; padding-top: 3px; padding-bottom: 3px; background-color: #EEE; } input[type="submit"]:hover, input[type="button"]:hover, button:hover { background-color: #E8E8E8; } #trackCtrlTable { width: 95%; - + margin-top: 6px; } .moveButtonText { font-size: 80% } .infoText { font-size: 90%; text-align: center; } .infoText > input { margin-left: 3px; margin-right: 3px; padding-left: 8px; @@ -847,30 +847,31 @@ .notifBox { background-color: beige; border: 1px solid grey; padding: 5px; margin: 5px; text-align: center; } /* For jquery-ui dialog box */ div.warnDialog { border: 2px solid; } div.warnDialog .ui-dialog-titlebar { background-color: #FF8566; } div.warnDialog .ui-dialog-title { font-weight: bold; color: #000000; } div.warnDialog .ui-dialog-content { background-color: #FFFEE8; font-size: 1em; } div.warnDialog .ui-dialog-buttonpane { border-width: 0; text-align: center; } div.warnDialog .ui-dialog-buttonset { width: 100%; display: inline-block; } +#recTrackSetsPopup { font-size: 0.95em; } .centeredImage { text-align: center; margin-top: 0px; margin-bottom: 0px; padding: 0px; } /* Style for geneAlleles (haplotypes) */ table#alleles { font-size:small; } table#alleles TD.topHat {background-color:#FCECC0;} /* 1st of 2 rows in header. Not '.sortable' */ table#alleles TR.allele { text-align:center; } table#alleles TD.pop { text-align:left; } table#alleles TH.ref { text-align:right; }