From 388e87746ef936d6ce6ec04f7e09bbcd17d8e4fc Mon Sep 17 00:00:00 2001 From: czaks Date: Tue, 31 Mar 2015 06:55:29 +0200 Subject: [PATCH] small tweaks to stylesheet --- stylesheets/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 56140561..2565ba4f 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -93,13 +93,17 @@ input[type="text"],input[type="password"],textarea { text-shadow: none; text-transform: none; word-spacing: normal; - max-width: 75%; + max-width: 100%; } #quick-reply input[type="text"], input[type="password"], #quick-reply textarea { max-width: 100%; } +textarea { + width: 100%; +} + form table tr td { text-align: left; margin: 0;