]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1330884 - Centralize #bugzilla-body for bug modal page
authorTommy Kuo <kuoe0@mozilla.com>
Tue, 28 Feb 2017 03:12:32 +0000 (03:12 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 28 Feb 2017 03:12:32 +0000 (03:12 +0000)
extensions/BugModal/web/bug_modal.css

index d1509fd7da4cff944165587a67622cda17aa7d80..ee1584cb7bf3dd64925c11c82985e1c80175e5d5 100644 (file)
@@ -389,7 +389,7 @@ input[type="number"] {
 #bottom-actions {
     margin-top: 8px;
     margin-bottom: 50px;
-    max-width: 1024px;
+    max-width: 1200px;
 }
 
 #bottom-right-actions {
@@ -702,7 +702,7 @@ h3.change-name {
     width: 100%;
     box-sizing: border-box !important;
     margin: 0 0 1em;
-    max-width: 1024px;
+    max-width: 1200px;
 }
 
 #comment-preview {
@@ -812,15 +812,9 @@ h3.change-name {
 /* theme */
 
 #bugzilla-body {
-    margin: 5px !important;
-    max-width: 1024px !important;
-    min-width: 800px !important;
-    width: 100% !important;
-}
-
-#footer {
-    max-width: 1024px !important;
-    min-width: 800px !important;
+    max-width: 1200px;
+    min-width: 800px;
+    width: 100%;
 }
 
 .vcard {