83e1af42189c325480a763bfa025a7039ac0a418 max Fri Sep 25 02:01:06 2020 -0700 minor aesthetic tweak to hui.c after core review, refs #26242 diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css index ce717e9..0f2d689 100644 --- src/hg/htdocs/style/HGStyle.css +++ src/hg/htdocs/style/HGStyle.css @@ -295,42 +295,46 @@ vertical-align: top; padding-left: 5px; padding-right: 5px; } /* hgTrackUi page formatting */ label.trackUiHicLabel { font-style: italic; font-size: 0.9em; } table.trackUiFilterTable { + padding : 3px;` margin-top : 6px; border-collapse : collapse; border: none; } + table.trackUiFilterTable tr:first-child td { border-top : 1px solid #CCC; padding-top: 8px; } + table.trackUiFilterTable tr:last-child td { border-bottom : 1px solid #CCC; padding-bottom: 5px; } + table.trackUiFilterTable tr td:first-child { border-left: 1px solid #CCC; } table.trackUiFilterTable tr td:last-child { border-right: 1px solid #CCC; } table.trackUiFilterTable td { border-left: 1px solid #CCC; padding-left: 8px; padding-right: 8px; vertical-align:top; } table.trackUiFilterTable td:first-child {