diff --git a/phpBB/templates/subSilver/form.css b/phpBB/templates/subSilver/form.css index 979d88e784..20a767b935 100644 --- a/phpBB/templates/subSilver/form.css +++ b/phpBB/templates/subSilver/form.css @@ -1,10 +1,10 @@ -/* Fancy form styles for IE */ +/* $Id$ */ input { text-indent: 2px; } -input, textarea, select, input.button { +textarea, select, input.button, input.post, input.mainoption, input.liteoption { border: 1px solid; } diff --git a/phpBB/templates/subSilver/posting_body.html b/phpBB/templates/subSilver/posting_body.html index 71e81c99d9..f35bf37118 100644 --- a/phpBB/templates/subSilver/posting_body.html +++ b/phpBB/templates/subSilver/posting_body.html @@ -216,7 +216,7 @@ function checkForm()