From 1d69589f740abaa4b40594c1d4cca256b7efa034 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 15 Apr 2004 18:10:01 +0000 Subject: [PATCH] another completely insane ie6 fix --- stylesheets/monobook/IE60Fixes.css | 7 +++++++ stylesheets/monobook/main.css | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/stylesheets/monobook/IE60Fixes.css b/stylesheets/monobook/IE60Fixes.css index ca977a994e..0327b70f04 100644 --- a/stylesheets/monobook/IE60Fixes.css +++ b/stylesheets/monobook/IE60Fixes.css @@ -78,4 +78,11 @@ div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p { padding:0; margin:0; } +textarea { + overflow: scroll; + overflow-x: hidden; +} /*{ border:1px solid Red !important;}*/ +textarea { + padding-bottom: 25px; +} diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 3dbd6ad3cf..f0b298e2c4 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -201,7 +201,7 @@ textarea { border: 1px solid #2f6fab; color: Black; background-color: white; - width: 98%; + width: 100%; padding: 0.1em; overflow: auto; } -- 2.20.1