|
608 | 608 | th:id="|genescores-body-${geneSymbol}-${geneScore.modeOfInheritance().getAbbreviation()}|" |
609 | 609 | id="genescores-body-FGFR2-AD"> |
610 | 610 | <div class="card-body"> |
611 | | - <div class="card-title text-center p-2 text-primary bg-tertiary-subtle rounded-3"> |
| 611 | + <div class="card-title text-center p-2 text-tertiary bg-tertiary-subtle border-bottom border-secondary-subtle"> |
612 | 612 | <div class="row"> |
613 | 613 | <div class="col"></div> |
614 | | - <div class="col" th:text="${geneScore.modeOfInheritance()}"> |
615 | | - AUTOSOMAL_DOMINANT |
| 614 | + <div class="col"> |
| 615 | + <b th:text="${geneScore.modeOfInheritance()}">AUTOSOMAL_DOMINANT</b> |
616 | 616 | </div> |
617 | 617 | <div class="col">Exomiser Score: <b |
618 | 618 | th:text="${#numbers.formatDecimal(geneScore.combinedScore(), 1, 3)}">0.992</b> |
|
634 | 634 | </div> |
635 | 635 | <div> |
636 | 636 | <table class="table table-sm table-striped"> |
637 | | - <thead> |
| 637 | + <thead class="border-bottom border-secondary"> |
638 | 638 | <tr> |
639 | 639 | <th scope="col">Variant</th> |
640 | 640 | <th scope="col">HGVS</th> |
|
647 | 647 | <th scope="col">Exomiser ACMG</th> |
648 | 648 | </tr> |
649 | 649 | </thead> |
650 | | - <tbody class="table-group-divider"> |
| 650 | + <tbody> |
651 | 651 | <th:block th:each="acmgAssignment: ${geneScore.acmgAssignments()}" |
652 | 652 | th:with="variant = ${acmgAssignment.variantEvaluation()}"> |
653 | 653 | <tr th:with="variantId = |${variant.toGnomad()}_${geneScore.modeOfInheritance().getAbbreviation()}|" th:id="|variant-summary-${variantId}|" id="variant-summary-10-123256215-T-G_AD" |
|
965 | 965 | </div> |
966 | 966 | <div> |
967 | 967 | <table class="table table-sm table-striped"> |
968 | | - <thead> |
| 968 | + <thead class="border-bottom border-secondary"> |
969 | 969 | <tr> |
970 | 970 | <th scope="col">Variant</th> |
971 | 971 | <th scope="col">HGVS</th> |
|
978 | 978 | <th scope="col">Exomiser ACMG</th> |
979 | 979 | </tr> |
980 | 980 | </thead> |
981 | | - <tbody class="table-group-divider"> |
| 981 | + <tbody> |
982 | 982 | <th:block th:each="variant : ${gene.nonContributingPassedVariantEvaluations()}"> |
983 | 983 | <tr |
984 | 984 | th:with="variantId = |${variant.toGnomad()}|" th:id="|variant-summary-${variantId}|" id="variant-summary-10-123256215-T-G" |
|
1278 | 1278 | </div> |
1279 | 1279 | <table th:unless="${diseases.isEmpty()}" |
1280 | 1280 | class="table table-striped caption-top"> |
1281 | | - <thead> |
| 1281 | + <thead class="border-bottom border-secondary"> |
1282 | 1282 | <tr> |
1283 | 1283 | <th scope="col">Disease ID</th> |
1284 | 1284 | <th scope="col">Mode of Inheritance</th> |
|
0 commit comments