diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/posting_body.html')
| -rw-r--r-- | phpBB/styles/subSilver/template/posting_body.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html index 62cc990e2c..fb26e50b1c 100644 --- a/phpBB/styles/subSilver/template/posting_body.html +++ b/phpBB/styles/subSilver/template/posting_body.html @@ -227,7 +227,7 @@ function checkForm() <!-- ENDIF --> </table></td> - <td class="row2" valign="top"><table cellspacing="0" cellpadding="0" border="0"> + <td class="row2" valign="top"><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr valign="middle" align="left"> <td colspan="2"><input type="button" class="btnbbcode" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px;" onclick="bbstyle(0)" onmouseover="helpline('b')" /> <input type="button" class="btnbbcode" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px;" onclick="bbstyle(2)" onmouseover="helpline('i')" /> @@ -261,7 +261,7 @@ function checkForm() <td class="genmed" align="center">{L_FONT_COLOR}</td> </tr> <tr> - <td valign="top"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" style="width: 100%;">{MESSAGE}</textarea></td> + <td valign="top" style="width: 100%;"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" style="width: 98%;">{MESSAGE}</textarea></td> <td width="80" align="center" valign="top"><script language="javascript" type="text/javascript"><!-- colorPalette('v', 7, 6) |
