diff --git a/core/modules/system/css/system.admin.css b/core/modules/system/css/system.admin.css
index 0058b68..f4dbe01 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 e8d1fd9..97e38a9 100644
--- a/core/themes/seven/style.css
+++ b/core/themes/seven/style.css
@@ -140,7 +140,7 @@ ul.menu li.expanded {
  * Console.
  */
 #console {
-  margin: 9px 0 10px;
+  margin: 9px 0 10px 8px;
 }
 
 /**
