From d408c27e02c59f4cacec6850dc1c28b417c40419 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 22 Feb 2017 09:41:01 -0500 Subject: Revert "Bug 1330884 - Centralize #header, #bugzilla-body and #footer" This reverts commit ab5eef9afeded451e27faa44d5db3f618825f04d. --- extensions/BugModal/web/bug_modal.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extensions') diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index 7cde963ae..d1509fd7d 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -389,7 +389,7 @@ input[type="number"] { #bottom-actions { margin-top: 8px; margin-bottom: 50px; - max-width: 1200px; + max-width: 1024px; } #bottom-right-actions { @@ -702,7 +702,7 @@ h3.change-name { width: 100%; box-sizing: border-box !important; margin: 0 0 1em; - max-width: 1200px; + max-width: 1024px; } #comment-preview { @@ -813,13 +813,13 @@ h3.change-name { #bugzilla-body { margin: 5px !important; - max-width: 1200px !important; + max-width: 1024px !important; min-width: 800px !important; width: 100% !important; } #footer { - max-width: 1200px !important; + max-width: 1024px !important; min-width: 800px !important; } -- cgit v1.2.3-24-g4f1b