fixed formatting of submit button

This commit is contained in:
Savetheinternet 2011-07-12 06:39:30 +10:00
parent 4bf3a5da58
commit 2d00b32bed
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
</th> </th>
<td> <td>
<input style="float:left;" type="text" name="subject" size="25" maxlength="40" autocomplete="off" /> <input style="float:left;" type="text" name="subject" size="25" maxlength="40" autocomplete="off" />
<input accesskey="s" style="float:right;" type="submit" name="post" value="{config[button_newtopic]=New Topic}" /> <input accesskey="s" style="margin-left:2px" type="submit" name="post" value="{config[button_newtopic]=New Topic}" />
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@ -60,7 +60,7 @@
</th> </th>
<td> <td>
<input style="float:left;" type="text" name="subject" size="25" maxlength="40" autocomplete="off" /> <input style="float:left;" type="text" name="subject" size="25" maxlength="40" autocomplete="off" />
<input accesskey="s" style="float:right;" type="submit" name="post" value="{config[button_reply]=New Reply}" /> <input accesskey="s" style="margin-left:2px" type="submit" name="post" value="{config[button_reply]=New Reply}" />
</td> </td>
</tr> </tr>
<tr> <tr>