Skip to content

Commit 3b95c90

Browse files
committed
Improve legibility of gene score sections in results_bootstrap_5.html
1 parent 6fdc7e6 commit 3b95c90

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

exomiser-core/src/main/resources/templates/results_bootstrap_5.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -608,11 +608,11 @@
608608
th:id="|genescores-body-${geneSymbol}-${geneScore.modeOfInheritance().getAbbreviation()}|"
609609
id="genescores-body-FGFR2-AD">
610610
<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">
612612
<div class="row">
613613
<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>
616616
</div>
617617
<div class="col">Exomiser Score: <b
618618
th:text="${#numbers.formatDecimal(geneScore.combinedScore(), 1, 3)}">0.992</b>
@@ -634,7 +634,7 @@
634634
</div>
635635
<div>
636636
<table class="table table-sm table-striped">
637-
<thead>
637+
<thead class="border-bottom border-secondary">
638638
<tr>
639639
<th scope="col">Variant</th>
640640
<th scope="col">HGVS</th>
@@ -647,7 +647,7 @@
647647
<th scope="col">Exomiser ACMG</th>
648648
</tr>
649649
</thead>
650-
<tbody class="table-group-divider">
650+
<tbody>
651651
<th:block th:each="acmgAssignment: ${geneScore.acmgAssignments()}"
652652
th:with="variant = ${acmgAssignment.variantEvaluation()}">
653653
<tr th:with="variantId = |${variant.toGnomad()}_${geneScore.modeOfInheritance().getAbbreviation()}|" th:id="|variant-summary-${variantId}|" id="variant-summary-10-123256215-T-G_AD"
@@ -965,7 +965,7 @@
965965
</div>
966966
<div>
967967
<table class="table table-sm table-striped">
968-
<thead>
968+
<thead class="border-bottom border-secondary">
969969
<tr>
970970
<th scope="col">Variant</th>
971971
<th scope="col">HGVS</th>
@@ -978,7 +978,7 @@
978978
<th scope="col">Exomiser ACMG</th>
979979
</tr>
980980
</thead>
981-
<tbody class="table-group-divider">
981+
<tbody>
982982
<th:block th:each="variant : ${gene.nonContributingPassedVariantEvaluations()}">
983983
<tr
984984
th:with="variantId = |${variant.toGnomad()}|" th:id="|variant-summary-${variantId}|" id="variant-summary-10-123256215-T-G"
@@ -1278,7 +1278,7 @@
12781278
</div>
12791279
<table th:unless="${diseases.isEmpty()}"
12801280
class="table table-striped caption-top">
1281-
<thead>
1281+
<thead class="border-bottom border-secondary">
12821282
<tr>
12831283
<th scope="col">Disease ID</th>
12841284
<th scope="col">Mode of Inheritance</th>

0 commit comments

Comments
 (0)