Commit 894abc8a authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

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
parent 680b56b2
...@@ -123,22 +123,6 @@ hr { ...@@ -123,22 +123,6 @@ hr {
border-top: 1px solid #c8c8ba; 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 */ /* Comments */
/************/ /************/
......
...@@ -240,6 +240,8 @@ ...@@ -240,6 +240,8 @@
<table cellpadding="1" cellspacing="1"> <table cellpadding="1" cellspacing="1">
<tr> <tr>
<td id="comment_status_commit"> <td id="comment_status_commit">
<!-- The table keeps the commit button aligned with the box. -->
<table><tr><td>
<a name="add_comment"></a> <a name="add_comment"></a>
[% IF user.id %] [% IF user.id %]
<label for="comment" accesskey="c"><b>Additional <u>C</u>omments</b></label>: <label for="comment" accesskey="c"><b>Additional <u>C</u>omments</b></label>:
...@@ -275,6 +277,7 @@ ...@@ -275,6 +277,7 @@
</td> </td>
</tr> </tr>
</table> </table>
</td></tr></table>
[% ELSE %] [% ELSE %]
<fieldset> <fieldset>
<legend>Note</legend> <legend>Note</legend>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment