From afa011924df93865e9d392843a26ed337e7f6cf8 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 13 May 2007 23:58:26 +0000 Subject: 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 r=bkor a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skins/standard/editusers.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'skins') 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; -- cgit v1.2.3-24-g4f1b