From: Frédéric Buclin Date: Thu, 26 Sep 2013 18:26:45 +0000 (+0200) Subject: Bug 920787: The "Flags:" label in bug reports is badly aligned X-Git-Tag: bugzilla-4.5.1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd15d3a19df5acccf283902af08f3ed5abaab31e;p=thirdparty%2Fbugzilla.git Bug 920787: The "Flags:" label in bug reports is badly aligned r=dkl a=sgreen --- diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index b776b60bce..2d5ba43095 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -26,9 +26,6 @@ width: 10em; } -.flags_label { - text-align: left; -} table#flags { width: auto; } diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 8f1a2031b3..8d38152fdd 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -878,13 +878,10 @@ [% END %] [% IF show_bug_flags %] - + - - - - + [% IF bug.flag_types.size %] [% PROCESS "flag/list.html.tmpl" flag_no_header = 1 flag_types = bug.flag_types