diff --git a/core/themes/bartik/css/style.css b/core/themes/bartik/css/style.css index 225307477fa..dab43ff0462 100644 --- a/core/themes/bartik/css/style.css +++ b/core/themes/bartik/css/style.css @@ -859,6 +859,10 @@ ul.links { border-right: 1px solid #fff4f4; } +.comment-footer { + display: table-row; +} + /* ------------------ Sidebar ----------------- */ .sidebar .section { padding-top: 10px; diff --git a/core/themes/bartik/templates/comment.html.twig b/core/themes/bartik/templates/comment.html.twig index 2a8351c3c15..26712688b49 100644 --- a/core/themes/bartik/templates/comment.html.twig +++ b/core/themes/bartik/templates/comment.html.twig @@ -66,7 +66,6 @@
-
{{ user_picture }} @@ -92,38 +91,36 @@ {% endif %}
- -
-
- - {% if new %} - {{ new }} - {% endif %} - - {{ title_prefix }} - {{ title }} - {{ title_suffix }} -
-
- - {# We hide the links now so that we can render them later. #} - {% hide(content.links) %} - {{ content }} +
+
-
- -
- {% if signature %} -
- {{ signature }} -
+ {% if new %} + {{ new }} {% endif %} - -
+ {{ title_prefix }} + {{ title }} + {{ title_suffix }} + + + {# We hide the links now so that we can render them later. #} + {% hide(content.links) %} + {{ content }} + + +
+ {% if signature %} +
+ {{ signature }} +
+ {% endif %} + + +
+