From bd15d3a19df5acccf283902af08f3ed5abaab31e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Thu, 26 Sep 2013 20:26:45 +0200 Subject: [PATCH] Bug 920787: The "Flags:" label in bug reports is badly aligned r=dkl a=sgreen --- skins/standard/show_bug.css | 3 --- template/en/default/bug/edit.html.tmpl | 7 ++----- 2 files changed, 2 insertions(+), 8 deletions(-) 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 -- 2.47.2