summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/web/styles
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-10-27 12:42:51 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-10-27 12:42:51 +0200
commitad6aa9fa0b82043ed4f2ff25081cef22434d9a0d (patch)
tree9ee01b949847b13b30fdb633098ab0ace3ea56a4 /extensions/BMO/web/styles
parentf2fb476fa7ea46496f195f56034de5a59c61aa27 (diff)
downloadbugzilla-ad6aa9fa0b82043ed4f2ff25081cef22434d9a0d.tar.gz
bugzilla-ad6aa9fa0b82043ed4f2ff25081cef22434d9a0d.tar.xz
Bug 1309965 - Report: List of Triage Owners which can be sorted and filtered on product and component
Diffstat (limited to 'extensions/BMO/web/styles')
-rw-r--r--extensions/BMO/web/styles/triage_reports.css22
1 files changed, 21 insertions, 1 deletions
diff --git a/extensions/BMO/web/styles/triage_reports.css b/extensions/BMO/web/styles/triage_reports.css
index 6190fd32c..8eb2c6e87 100644
--- a/extensions/BMO/web/styles/triage_reports.css
+++ b/extensions/BMO/web/styles/triage_reports.css
@@ -1,3 +1,10 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this file,
+ * You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This Source Code Form is "Incompatible With Secondary Licenses", as
+ * defined by the Mozilla Public License, v. 2.0. */
+
.hidden {
display: none;
}
@@ -14,10 +21,23 @@
background: #ccccff;
}
-#report td {
+#report th, #report td {
padding: 1px 10px 1px 10px;
}
#report-header {
background: #dddddd;
}
+
+tr.product_header {
+ background: #dddddd;
+}
+
+#triage_owners_form th {
+ text-align: right;
+ vertical-align: top;
+}
+
+#report th, #report td {
+ text-align: left;
+}