aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/adm/style/sql_report.css3
-rw-r--r--phpBB/styles/subSilver/template/confirm_body.html2
2 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/adm/style/sql_report.css b/phpBB/adm/style/sql_report.css
index a72b7d80b5..64d19b80c6 100644
--- a/phpBB/adm/style/sql_report.css
+++ b/phpBB/adm/style/sql_report.css
@@ -63,7 +63,8 @@ a.th:hover { color: #FFA34F; text-decoration: underline; }
}
.nav {
color: black;
- font: bold 7pt;
+ font-size: 7pt;
+ font-weight: bold;
}
.error { color: #FF0000 }
diff --git a/phpBB/styles/subSilver/template/confirm_body.html b/phpBB/styles/subSilver/template/confirm_body.html
index 47680c1d15..d0e24f7062 100644
--- a/phpBB/styles/subSilver/template/confirm_body.html
+++ b/phpBB/styles/subSilver/template/confirm_body.html
@@ -9,7 +9,7 @@
<th>{MESSAGE_TITLE}</th>
</tr>
<tr>
- <td class="row1" align="center"><br /><p class="gen">{MESSAGE_TEXT}</p><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{YES_VALUE}" class="btnmain" />&nbsp;&nbsp;<input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></span></td>
+ <td class="row1" align="center"><br /><p class="gen">{MESSAGE_TEXT}</p><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{YES_VALUE}" class="btnmain" />&nbsp;&nbsp;<input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></td>
</tr>
</table></form>