diff options
author | mkanat%bugzilla.org <> | 2008-11-29 23:08:50 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-11-29 23:08:50 +0100 |
commit | 894abc8a902615c294bc2b1708a5135df2500321 (patch) | |
tree | ea3cbba8200a9e8095e2258d9c4d73c21f23c800 | |
parent | 680b56b2bb98f094b93c0e80178f74f48194ac9a (diff) | |
download | bugzilla-894abc8a902615c294bc2b1708a5135df2500321.tar.gz bugzilla-894abc8a902615c294bc2b1708a5135df2500321.tar.xz |
Bug 466912: The Commit button is too far on the right (align it with the comment box)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
-rw-r--r-- | skins/contrib/Dusk/global.css | 16 | ||||
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 3 |
2 files changed, 3 insertions, 16 deletions
diff --git a/skins/contrib/Dusk/global.css b/skins/contrib/Dusk/global.css index d918b6301..ab168873f 100644 --- a/skins/contrib/Dusk/global.css +++ b/skins/contrib/Dusk/global.css @@ -123,22 +123,6 @@ hr { border-top: 1px solid #c8c8ba; } -/* knob-buttons */ - -#knob-buttons { - margin-top: 10px; - margin-bottom: 5px; -} - -#knob-buttons p { - display: inline; - padding-left: 10px; -} - -#knob-buttons a { - font-size: 10pt; -} - /************/ /* Comments */ /************/ diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index c4f2f0fc8..b00f1d3c3 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -240,6 +240,8 @@ <table cellpadding="1" cellspacing="1"> <tr> <td id="comment_status_commit"> + <!-- The table keeps the commit button aligned with the box. --> + <table><tr><td> <a name="add_comment"></a> [% IF user.id %] <label for="comment" accesskey="c"><b>Additional <u>C</u>omments</b></label>: @@ -275,6 +277,7 @@ </td> </tr> </table> + </td></tr></table> [% ELSE %] <fieldset> <legend>Note</legend> |