summaryrefslogtreecommitdiff
path: root/resources/css
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2020-07-04 15:32:58 +0100
committerGreg Roach <greg@subaqua.co.uk>2020-07-04 15:32:58 +0100
commit7f9d794bdbb10f4d7948e254e9a9d2f980aeef71 (patch)
tree63436cc9b569f3be6409065ab74e33e149364670 /resources/css
parent1f244d772ed55c1ea8eecba8f9ca36a77f054c34 (diff)
downloadwebtrees-7f9d794bdbb10f4d7948e254e9a9d2f980aeef71.tar.gz
webtrees-7f9d794bdbb10f4d7948e254e9a9d2f980aeef71.tar.bz2
webtrees-7f9d794bdbb10f4d7948e254e9a9d2f980aeef71.zip
Fix: #3392 - show less information in chart-block charts
Diffstat (limited to 'resources/css')
-rw-r--r--resources/css/_block-charts.css8
-rw-r--r--resources/css/_charts.css4
2 files changed, 10 insertions, 2 deletions
diff --git a/resources/css/_block-charts.css b/resources/css/_block-charts.css
index e21cd86e4e..a67981c37a 100644
--- a/resources/css/_block-charts.css
+++ b/resources/css/_block-charts.css
@@ -28,6 +28,12 @@
height: 3.5rem;
}
-.wt-block-charts .wt-chart-box-lifespan {
+.wt-block-charts .wt-chart-box .wt-chart-box-extra,
+.wt-block-charts .wt-chart-box .wt-chart-box-facts,
+.wt-block-charts .wt-chart-box .wt-chart-box-name-alt {
display: none;
}
+
+.wt-block-charts .wt-chart-box .wt-chart-box-lifespan {
+ display: block;
+}
diff --git a/resources/css/_charts.css b/resources/css/_charts.css
index a2dc096d4a..cfccfc9bc8 100644
--- a/resources/css/_charts.css
+++ b/resources/css/_charts.css
@@ -121,4 +121,6 @@
display: none;
}
-
+.wt-chart-box-name {
+ font-weight: bold;
+}