]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Revert "Bug 1330884 - Centralize #header, #bugzilla-body and #footer"
authorDylan William Hardison <dylan@hardison.net>
Wed, 22 Feb 2017 14:41:01 +0000 (09:41 -0500)
committerDylan William Hardison <dylan@hardison.net>
Wed, 22 Feb 2017 14:41:01 +0000 (09:41 -0500)
This reverts commit ab5eef9afeded451e27faa44d5db3f618825f04d.

extensions/BugModal/web/bug_modal.css
skins/contrib/Mozilla-OpenSans/global.css
skins/contrib/Mozilla/global.css

index 7cde963ae823ffe6727c3847c1fd928885e8a039..d1509fd7da4cff944165587a67622cda17aa7d80 100644 (file)
@@ -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;
 }
 
index b557161c405f0b3c2b83cd42e6311ed902c019e7..7b600f1fb235d4f373a1ccfbf994d2618ca50e1a 100644 (file)
@@ -142,15 +142,11 @@ hr {
     padding-left: 10px;
 }
 
-#header .wrapper, #bugzilla-body, #footer {
-    max-width: 1200px;
-    min-width: 800px;
-}
-
 #header .wrapper {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     margin: -1px auto 0px;
+    width: 99%;
 }
 
 #header .wrapper:after {
@@ -299,8 +295,9 @@ hr {
     background: none;
     border: none;
     color: #404040;
-    margin:5px auto !important;
+    margin: 10px auto 15px;
     padding: 0;
+    width: 99%;
 }
 
 #bugzilla-body th {
@@ -655,7 +652,9 @@ table.edit_form hr {
     border-top: 1px solid rgba(0, 0, 0, 0.1);
     border-radius: 0;
     color: #bbb;
-    margin: 1em auto;
+    width: auto;
+    margin-bottom: 1em;
+    margin-left: 6px;
 }
 
 #links-actions, #links-saved {
index 6ec294f07967fa8451588b02c39a796119d113d3..f51dd7ac8622c25d9c485a3aa3ac0abb373786eb 100644 (file)
@@ -185,15 +185,11 @@ hr {
     padding-left: 10px;
 }
 
-#header .wrapper, #bugzilla-body, #footer {
-    max-width: 1200px;
-    min-width: 800px;
-}
-
 #header .wrapper {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     margin: -1px auto 0px;
+    width: 99%;
 }
 
 #header .wrapper:after {
@@ -342,8 +338,9 @@ hr {
     background: none;
     border: none;
     color: #404040;
-    margin: 5px auto !important;
+    margin: 10px auto 15px;
     padding: 0;
+    width: 99%;
 }
 
 #bugzilla-body th {
@@ -702,7 +699,9 @@ table.edit_form hr {
     border-top: 1px solid rgba(0, 0, 0, 0.1);
     border-radius: 0;
     color: #bbb;
-    margin: 1em auto;
+    width: auto;
+    margin-bottom: 1em;
+    margin-left: 6px;
 }
 
 #links-actions, #links-saved {