summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/web
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-02-22 15:41:01 +0100
committerDylan William Hardison <dylan@hardison.net>2017-02-22 15:41:01 +0100
commitd408c27e02c59f4cacec6850dc1c28b417c40419 (patch)
tree45603ef5f5cb09d1842ff0c0794e5fd259f74ca6 /extensions/BugModal/web
parentaa3c437901f04eacc157330d4f868fdf3339722e (diff)
downloadbugzilla-d408c27e02c59f4cacec6850dc1c28b417c40419.tar.gz
bugzilla-d408c27e02c59f4cacec6850dc1c28b417c40419.tar.xz
Revert "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 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;
}