summaryrefslogtreecommitdiffstats
path: root/skins
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 /skins
parentaa3c437901f04eacc157330d4f868fdf3339722e (diff)
downloadbugzilla-d408c27e02c59f4cacec6850dc1c28b417c40419.tar.gz
bugzilla-d408c27e02c59f4cacec6850dc1c28b417c40419.tar.xz
Revert "Bug 1330884 - Centralize #header, #bugzilla-body and #footer"
Diffstat (limited to 'skins')
-rw-r--r--skins/contrib/Mozilla-OpenSans/global.css13
-rw-r--r--skins/contrib/Mozilla/global.css13
2 files changed, 12 insertions, 14 deletions
diff --git a/skins/contrib/Mozilla-OpenSans/global.css b/skins/contrib/Mozilla-OpenSans/global.css
index b557161c4..7b600f1fb 100644
--- a/skins/contrib/Mozilla-OpenSans/global.css
+++ b/skins/contrib/Mozilla-OpenSans/global.css
@@ -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 {
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css
index 6ec294f07..f51dd7ac8 100644
--- a/skins/contrib/Mozilla/global.css
+++ b/skins/contrib/Mozilla/global.css
@@ -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 {