diff --git a/core/modules/system/css/system.admin.css b/core/modules/system/css/system.admin.css
index fd0875e..c63d76b 100644
--- a/core/modules/system/css/system.admin.css
+++ b/core/modules/system/css/system.admin.css
@@ -206,6 +206,7 @@ table.system-status-report td.status-icon div {
   background-repeat: no-repeat;
   height: 16px;
   width: 16px;
+  margin-top: 2px;
 }
 table.system-status-report tr.error td.status-icon div {
   background-image: url(../../../misc/icons/ea2800/error.svg);
diff --git a/core/themes/seven/style.css b/core/themes/seven/style.css
index 95daa96..0061566 100644
--- a/core/themes/seven/style.css
+++ b/core/themes/seven/style.css
@@ -140,7 +140,14 @@ ul.menu li.expanded {
  * Console.
  */
 #console {
-  margin: 9px 0 10px;
+  margin: 9px 0 10px 8px;
+}
+
+/**
+ * Messages.
+ */
+.messages pre {
+  margin: 0;
 }
 
 /**
