diff --git a/core/themes/seven/css/components/system-status-counter.css b/core/themes/seven/css/components/system-status-counter.css index 04d3209..416ece0 100644 --- a/core/themes/seven/css/components/system-status-counter.css +++ b/core/themes/seven/css/components/system-status-counter.css @@ -13,9 +13,7 @@ .system-status-counter__status-icon { display: inline-block; height: 45px; - width: 2.815rem; width: 45px; - width: 2.815rem; vertical-align: middle; border-right: 1px solid #e6e4df; /* LTR */ border-left: 0; /* LTR */ @@ -30,7 +28,6 @@ .system-status-counter__status-icon:before { content: ""; background-size: 25px; - background-size: 1.5625rem; background-position: 50% center; background-repeat: no-repeat; width: 100%; @@ -68,11 +65,9 @@ .system-status-counter__status-icon, .system-status-counter { height: 85px; - height: 5.3125rem; } .system-status-counter__status-icon { width: 85px; - width: 5.3125rem; } .system-status-counter__status-title { font-size: 20px; @@ -85,7 +80,6 @@ } .system-status-counter__status-icon:before { background-size: 35px; - background-size: 2.1875rem; } } diff --git a/core/themes/seven/css/components/system-status-report.css b/core/themes/seven/css/components/system-status-report.css index 498ad52..71cd5a2 100644 --- a/core/themes/seven/css/components/system-status-report.css +++ b/core/themes/seven/css/components/system-status-report.css @@ -240,7 +240,7 @@ html:not(.details) .system-status-report__status-title { display: none; } .system-status-report__entry__value { - width: calc(100% - 35ch - 1em); + width: calc(100% - 23em); float: right; display: block; padding-left: 0; /* LTR */ diff --git a/core/themes/seven/templates/status-report.html.twig b/core/themes/seven/templates/status-report.html.twig index 1116048..446363b 100644 --- a/core/themes/seven/templates/status-report.html.twig +++ b/core/themes/seven/templates/status-report.html.twig @@ -35,7 +35,7 @@ {{ error }} Errors {% endtrans %}
- Details + Error Details @@ -51,7 +51,7 @@ {{ warning }} Warnings {% endtrans %}
- Details + Warning Details @@ -61,7 +61,7 @@ {{ info }} {{ 'Checked'|t }}
- Details + Checked Details