diff options
-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> |