From 56f198f9adce42be4c49f2af1d49a9fae30c0342 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Sun, 8 Jun 2014 18:05:13 -0500 Subject: [PATCH] Issue #2226791 by philipz: Remove messages console horizontal margin on node edit page . --- core/themes/seven/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/themes/seven/style.css b/core/themes/seven/style.css index 8b5825816d4..b7475567543 100644 --- a/core/themes/seven/style.css +++ b/core/themes/seven/style.css @@ -1457,10 +1457,6 @@ details.fieldset-no-legend { screen and (min-width: 780px), (orientation: landscape) and (min-device-height: 780px) { - [class*="page-node-add-"] #console, - .page-node-edit #console { - margin: 0 2em; - } [class*="page-node-add-"] .messages, .page-node-edit .messages { margin-top: 1em;