diff options
author | mkanat%bugzilla.org <> | 2009-12-13 23:52:18 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-12-13 23:52:18 +0100 |
commit | 6ffb51d5e4588d65895854b88a1d1ef089cd2283 (patch) | |
tree | 4683932367fd73cee7ec28f0d73b83f4763309b3 /skins | |
parent | fb364fe62e0733e9c593db8dd826be94c7d980db (diff) | |
download | bugzilla-6ffb51d5e4588d65895854b88a1d1ef089cd2283.tar.gz bugzilla-6ffb51d5e4588d65895854b88a1d1ef089cd2283.tar.xz |
Bug 524251: Move the bug visibility controls to the right of the timetracking and attachments tables
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/show_bug.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index 3a91e8c7b..3e330a169 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -59,6 +59,26 @@ table#flags { } +#bz_big_form_parts td { + vertical-align: top; +} + +.bz_group_visibility_section { + margin-left: 1em; +} + +.bz_group_visibility_section .instructions { + font-style: italic; +} + +#bz_restrict_group_visibility_help .instructions { + margin-top: 0; +} + +#bz_enable_role_visibility_help { + margin-top: 1em; +} + .bz_time_tracking_table { border-collapse: collapse; } |