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

r=dkl a=sgreen
4.4
Frédéric Buclin 2013-09-26 20:28:26 +02:00
parent 65b586d130
commit b59b75ba90
2 changed files with 2 additions and 8 deletions

View File

@ -26,9 +26,6 @@
width: 10em;
}
.flags_label {
text-align: left;
}
table#flags {
width: auto;
}

View File

@ -848,13 +848,10 @@
[% END %]
[% IF show_bug_flags %]
<tr>
<th class="field_label flags_label">
<th class="field_label">
<label>Flags:</label>
</th>
<td></td>
</tr>
<tr>
<td colspan="2">
<td>
[% IF bug.flag_types.size %]
[% PROCESS "flag/list.html.tmpl" flag_no_header = 1
flag_types = bug.flag_types