summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/web
diff options
context:
space:
mode:
authorTommy Kuo <kuoe0@mozilla.com>2017-02-28 04:12:32 +0100
committerDavid Lawrence <dkl@mozilla.com>2017-02-28 04:12:32 +0100
commite2134a1284d660bc8934e888af01fbe645cc3ad5 (patch)
tree50f3bae954835a35adb0f292d6dc6f0b066e5ae2 /extensions/BugModal/web
parent5a9e39a07ae23c86a2cfc71122b605951dc95924 (diff)
downloadbugzilla-e2134a1284d660bc8934e888af01fbe645cc3ad5.tar.gz
bugzilla-e2134a1284d660bc8934e888af01fbe645cc3ad5.tar.xz
Bug 1330884 - Centralize #bugzilla-body for bug modal page
Diffstat (limited to 'extensions/BugModal/web')
-rw-r--r--extensions/BugModal/web/bug_modal.css16
1 files changed, 5 insertions, 11 deletions
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css
index d1509fd7d..ee1584cb7 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 {
@@ -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 {