summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-05-14 01:58:26 +0200
committerlpsolit%gmail.com <>2007-05-14 01:58:26 +0200
commitafa011924df93865e9d392843a26ed337e7f6cf8 (patch)
tree1f9f726748a0a9310131b89b2e543a8be2e55713 /skins
parent6976f410c2d5ccc6e932de4cd669813b6ae678c0 (diff)
downloadbugzilla-afa011924df93865e9d392843a26ed337e7f6cf8.tar.gz
bugzilla-afa011924df93865e9d392843a26ed337e7f6cf8.tar.xz
Bug 327077: Implement a way to get all the components with a given default assignee (owner) and/or default QA contact - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=LpSolit
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/editusers.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/skins/standard/editusers.css b/skins/standard/editusers.css
index 55eb5c307..770d602c8 100644
--- a/skins/standard/editusers.css
+++ b/skins/standard/editusers.css
@@ -51,6 +51,20 @@ table.groups td.checkbox {
white-space: nowrap;
}
+table#user_responsibilities th {
+ text-align: center;
+ padding: 0 1em 1em;
+}
+
+table#user_responsibilities th.product {
+ text-align: left;
+ padding: 1em 0 0;
+}
+
+table#user_responsibilities td.center {
+ text-align: center;
+}
+
.missing {
color: red;
border-color: inherit;