aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/posting_body.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/subSilver/posting_body.html')
-rw-r--r--phpBB/templates/subSilver/posting_body.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/templates/subSilver/posting_body.html b/phpBB/templates/subSilver/posting_body.html
index f0f6c21f44..51eb868ecc 100644
--- a/phpBB/templates/subSilver/posting_body.html
+++ b/phpBB/templates/subSilver/posting_body.html
@@ -74,7 +74,7 @@ function checkForm()
<table class="tablebg" width="100%" cellpadding="2" cellspacing="1" border="0">
<tr>
- <th width="22%" height="26">{L_AUTHOR}</th>
+ <th width="22%" height="28">{L_AUTHOR}</th>
<th>{L_MESSAGE}</th>
</tr>
<!-- BEGIN post_postrow -->
@@ -112,7 +112,7 @@ function checkForm()
<table class="tablebg" width="100%" cellspacing="1" cellpadding="3" border="0">
<tr>
- <th colspan="2" height="25"><b>{L_POST_A}</b></th>
+ <th colspan="2" height="28"><b>{L_POST_A}</b></th>
</tr>
<!-- IF ERROR -->
@@ -297,7 +297,7 @@ function checkForm()
</tr>
<!-- ENDIF -->
<tr>
- <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="liteoption" type="submit" tabindex="5" name="preview" value="{L_PREVIEW}" />&nbsp; <input class="mainoption" type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" /><!-- IF S_SAVE_ALLOWED -->&nbsp; <input class="liteoption" type="submit" accesskey="k" tabindex="8" name="save" value="{L_SAVE}" /><!-- ENDIF -->&nbsp; <input class="liteoption" type="submit" accesskey="c" tabindex="7" name="cancel" value="{L_CANCEL}" /></td>
+ <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnlite" type="submit" tabindex="5" name="preview" value="{L_PREVIEW}" />&nbsp; <input class="btnmain" type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" /><!-- IF S_SAVE_ALLOWED -->&nbsp; <input class="btnlite" type="submit" accesskey="k" tabindex="8" name="save" value="{L_SAVE}" /><!-- ENDIF -->&nbsp; <input class="btnlite" type="submit" accesskey="c" tabindex="7" name="cancel" value="{L_CANCEL}" /></td>
</tr>
</table>