From: Gabriel Wicke Date: Thu, 15 Apr 2004 18:10:01 +0000 (+0000) Subject: another completely insane ie6 fix X-Git-Tag: 1.3.0beta1~421 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=1d69589f740abaa4b40594c1d4cca256b7efa034;p=lhc%2Fweb%2Fwiklou.git another completely insane ie6 fix --- 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; }