summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/web
diff options
context:
space:
mode:
authorTommy Kuo <kuoe0@mozilla.com>2017-02-17 21:59:23 +0100
committerDavid Lawrence <dkl@mozilla.com>2017-02-17 21:59:23 +0100
commitab5eef9afeded451e27faa44d5db3f618825f04d (patch)
tree3c724a60074359ca1859f644506d7c6414629b51 /extensions/BugModal/web
parentbd4c76b27f55b996aa30eb80cdc94d7e3448e6fa (diff)
downloadbugzilla-ab5eef9afeded451e27faa44d5db3f618825f04d.tar.gz
bugzilla-ab5eef9afeded451e27faa44d5db3f618825f04d.tar.xz
Bug 1330884 - Centralize #header, #bugzilla-body and #footer
Diffstat (limited to 'extensions/BugModal/web')
-rw-r--r--extensions/BugModal/web/bug_modal.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css
index d1509fd7d..7cde963ae 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: 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 {
@@ -813,13 +813,13 @@ h3.change-name {
#bugzilla-body {
margin: 5px !important;
- max-width: 1024px !important;
+ max-width: 1200px !important;
min-width: 800px !important;
width: 100% !important;
}
#footer {
- max-width: 1024px !important;
+ max-width: 1200px !important;
min-width: 800px !important;
}