diff options
author | lpsolit%gmail.com <> | 2007-05-13 23:58:26 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-05-13 23:58:26 +0000 |
commit | afa011924df93865e9d392843a26ed337e7f6cf8 (patch) | |
tree | 1f9f726748a0a9310131b89b2e543a8be2e55713 /skins | |
parent | 6976f410c2d5ccc6e932de4cd669813b6ae678c0 (diff) | |
download | bugs-afa011924df93865e9d392843a26ed337e7f6cf8.tar bugs-afa011924df93865e9d392843a26ed337e7f6cf8.tar.gz bugs-afa011924df93865e9d392843a26ed337e7f6cf8.tar.bz2 bugs-afa011924df93865e9d392843a26ed337e7f6cf8.tar.xz bugs-afa011924df93865e9d392843a26ed337e7f6cf8.zip |
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.css | 14 |
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; |