diff options
Diffstat (limited to 'phpBB/templates/subSilver/report_body.html')
-rw-r--r-- | phpBB/templates/subSilver/report_body.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/report_body.html b/phpBB/templates/subSilver/report_body.html index b290521eb6..390ea102a8 100644 --- a/phpBB/templates/subSilver/report_body.html +++ b/phpBB/templates/subSilver/report_body.html @@ -10,7 +10,7 @@ <table border="0" cellpadding="3" cellspacing="1" width="100%" class="tablebg"> <tr> - <th colspan="2">{L_REPORT_POST}</th> + <th colspan="2" height="28">{L_REPORT_POST}</th> </tr> <tr> <td class="row3" colspan="2"><span class="gensmall">{L_REPORT_POST_EXPLAIN}</span></td> @@ -30,7 +30,7 @@ <td class="row2"><textarea class="post" style="width:500px" name="report_text" rows="25" cols="40" class="post">{REPORT_TEXT}</textarea></td> </tr> <tr> - <td class="cat" colspan="2" align="center" height="28"><input type="submit" name="submit" class="mainoption" value="{L_SUBMIT}" /> <input type="submit" name="cancel" class="liteoption" value="{L_CANCEL}"></td> + <td class="cat" colspan="2" align="center" height="28"><input type="submit" name="submit" class="btnmain" value="{L_SUBMIT}" /> <input type="submit" name="cancel" class="btnlite" value="{L_CANCEL}"></td> </tr> </table> |