Commit bd15d3a1 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 920787: The "Flags:" label in bug reports is badly aligned

r=dkl a=sgreen
parent feeccb6a
...@@ -26,9 +26,6 @@ ...@@ -26,9 +26,6 @@
width: 10em; width: 10em;
} }
.flags_label {
text-align: left;
}
table#flags { table#flags {
width: auto; width: auto;
} }
......
...@@ -878,13 +878,10 @@ ...@@ -878,13 +878,10 @@
[% END %] [% END %]
[% IF show_bug_flags %] [% IF show_bug_flags %]
<tr> <tr>
<th class="field_label flags_label"> <th class="field_label">
<label>Flags:</label> <label>Flags:</label>
</th> </th>
<td></td> <td>
</tr>
<tr>
<td colspan="2">
[% IF bug.flag_types.size %] [% IF bug.flag_types.size %]
[% PROCESS "flag/list.html.tmpl" flag_no_header = 1 [% PROCESS "flag/list.html.tmpl" flag_no_header = 1
flag_types = bug.flag_types flag_types = bug.flag_types
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment