diff --git a/core/themes/seven/css/components/system-status-counter.css b/core/themes/seven/css/components/system-status-counter.css index 2caa950..2afe51c 100644 --- a/core/themes/seven/css/components/system-status-counter.css +++ b/core/themes/seven/css/components/system-status-counter.css @@ -55,6 +55,9 @@ line-height: 1em; font-weight: bold; } +.system-status-counter__title-count { + margin-bottom: 2px; +} .system-status-counter__details { font-size: 12px; font-weight: normal; diff --git a/core/themes/seven/css/components/system-status-report-general-info.css b/core/themes/seven/css/components/system-status-report-general-info.css index e4ca960..0e209b0 100644 --- a/core/themes/seven/css/components/system-status-report-general-info.css +++ b/core/themes/seven/css/components/system-status-report-general-info.css @@ -75,6 +75,9 @@ .system-status-general-info__item-title { margin-bottom: 0; } +.system-status-general-info__item-subtitle { + font-weight: bold; +} .system-status-general-info__run-cron { margin: 1em 0 0; diff --git a/core/themes/seven/templates/status-report-counter.html.twig b/core/themes/seven/templates/status-report-counter.html.twig index 5c408b8..d2d50d5 100644 --- a/core/themes/seven/templates/status-report-counter.html.twig +++ b/core/themes/seven/templates/status-report-counter.html.twig @@ -20,8 +20,7 @@ - {{ amount }} {{ text }} -
+
{{ amount }} {{ text }}
{{ text }} Details
diff --git a/core/themes/seven/templates/status-report-general-info.html.twig b/core/themes/seven/templates/status-report-general-info.html.twig index 80081d3..6849844 100644 --- a/core/themes/seven/templates/status-report-general-info.html.twig +++ b/core/themes/seven/templates/status-report-general-info.html.twig @@ -69,12 +69,13 @@

{{ 'PHP'|t }}

- {{ 'Version'|t }}
{{ php.value }} +
{{ 'Version'|t }}
+ {{ php.value }} {% if php.description %}
{{ php.description }}
{% endif %} -
- {{ 'Memory limit'|t }}
{{ php_memory_limit.value }} +
{{ 'Memory limit'|t }}
+ {{ php_memory_limit.value }} {% if php_memory_limit.description %}
{{ php_memory_limit.description }}
{% endif %} @@ -84,12 +85,13 @@

{{ 'Database'|t }}

- {{ 'Version'|t }}
{{ database_system_version.value }} +
{{ 'Version'|t }}
+ {{ database_system_version.value }} {% if database_system_version.description %}
{{ database_system_version.description }}
{% endif %} -
- {{ 'System'|t }}
{{ database_system.value }} +
{{ 'System'|t }}
+ {{ database_system.value }} {% if database_system.description %}
{{ database_system.description }}
{% endif %}