diff options
author | mkanat%bugzilla.org <> | 2009-01-26 22:02:42 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-01-26 22:02:42 +0000 |
commit | 3a9c0c1376d37dfe1dfab12033cc141a73a32d67 (patch) | |
tree | e0cf7049cff539f099031b4ee1f018f9902c439c | |
parent | b3c471cabfb250296df234d8428d31535b5607d9 (diff) | |
download | bugs-3a9c0c1376d37dfe1dfab12033cc141a73a32d67.tar bugs-3a9c0c1376d37dfe1dfab12033cc141a73a32d67.tar.gz bugs-3a9c0c1376d37dfe1dfab12033cc141a73a32d67.tar.bz2 bugs-3a9c0c1376d37dfe1dfab12033cc141a73a32d67.tar.xz bugs-3a9c0c1376d37dfe1dfab12033cc141a73a32d67.zip |
Bug 467334: Commit button is not spaced the same vertically as the Status drop-down
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index eb90028ab..379bac428 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -260,7 +260,7 @@ <input type="submit" name="action" id="action" value="[% Param("move-button-text") %]"> [% END %] </div> - <table class="status"> + <table class="status" cellspacing="0" cellpadding="0"> <tr> <td class="field_label"> <b><a href="page.cgi?id=fields.html#status">Status</a></b>: |