aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/forms.css
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/theme/forms.css')
-rw-r--r--phpBB/styles/prosilver/theme/forms.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css
index 4e48a93a55..803c608bcf 100644
--- a/phpBB/styles/prosilver/theme/forms.css
+++ b/phpBB/styles/prosilver/theme/forms.css
@@ -262,7 +262,10 @@ fieldset.submit-buttons input {
#message-box textarea {
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
- width: 100%;
+ width: 450px;
+ height: 270px;
+ min-width: 100%;
+ max-width: 100%;
font-size: 1.2em;
color: #333333;
}