summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/versions
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2011-10-03 00:45:22 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-10-03 00:45:22 +0200
commit377e583d5754160efca028f80d69bfc04ea54db8 (patch)
treeede70000aa29a4314a07269652735b3504ddbc63 /template/en/default/admin/versions
parent613d9ce787fd65d6c186bb76716b3e1a48e1521e (diff)
downloadbugzilla-377e583d5754160efca028f80d69bfc04ea54db8.tar.gz
bugzilla-377e583d5754160efca028f80d69bfc04ea54db8.tar.xz
Bug 615636: Labels are badly aligned when editing versions and milestones in admin pages
r/a=LpSolit
Diffstat (limited to 'template/en/default/admin/versions')
-rw-r--r--template/en/default/admin/versions/edit.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/versions/edit.html.tmpl b/template/en/default/admin/versions/edit.html.tmpl
index 1de233567..497d67e2e 100644
--- a/template/en/default/admin/versions/edit.html.tmpl
+++ b/template/en/default/admin/versions/edit.html.tmpl
@@ -37,12 +37,12 @@
<table border="0" cellpadding="4" cellspacing="0">
<tr>
- <th valign="top"><label for="version">Version:</label></th>
+ <th class="field_label"><label for="version">Version:</label></th>
<td><input id="version" size="64" maxlength="64" name="version" value="
[%- version.name FILTER html %]"></td>
</tr>
<tr>
- <th><label for="isactive">Enabled For [% terms.Bugs %]:</label></th>
+ <th class="field_label"><label for="isactive">Enabled For [% terms.Bugs %]:</label></th>
<td><input id="isactive" name="isactive" type="checkbox" value="1"
[% 'checked="checked"' IF version.isactive %]></td>
</tr>