diff --git a/core/modules/system/css/system.admin.css b/core/modules/system/css/system.admin.css index 2612d9f..0020462 100644 --- a/core/modules/system/css/system.admin.css +++ b/core/modules/system/css/system.admin.css @@ -14,7 +14,6 @@ div.admin-panel .description { margin: 0 0 3px; padding: 2px 0 3px 0; } - div.admin .expert-link { text-align: right; /* LTR */ margin-right: 1em; /* LTR */ diff --git a/core/modules/system/templates/admin-page.html.twig b/core/modules/system/templates/admin-page.html.twig index 73cae67..88f342a 100644 --- a/core/modules/system/templates/admin-page.html.twig +++ b/core/modules/system/templates/admin-page.html.twig @@ -16,8 +16,8 @@ #}
{{ system_compact_link }} - {% for position, container in containers %} -
+ {% for container in containers %} +
{% for block in container.blocks %} {{ block }} {% endfor %} diff --git a/core/themes/seven/templates/maintenance-page.html.twig b/core/themes/seven/templates/maintenance-page.html.twig index dc691c1..e3d9ada 100644 --- a/core/themes/seven/templates/maintenance-page.html.twig +++ b/core/themes/seven/templates/maintenance-page.html.twig @@ -24,20 +24,20 @@ {{ page_top }}
-
+
{% if title %}

{{ title }}

{% endif %}
-
-