From: Benny Situ Date: Thu, 19 Jan 2012 18:22:53 +0000 (+0000) Subject: followup to r107187 - Making textarea width to be 100% in all skins X-Git-Tag: 1.31.0-rc.0~25175 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=2f07ded1a52f4c2b51b19eee13c3e95dca0b7051;p=lhc%2Fweb%2Fwiklou.git followup to r107187 - Making textarea width to be 100% in all skins --- diff --git a/skins/chick/main.css b/skins/chick/main.css index 9fd73c4665..b599ec468b 100644 --- a/skins/chick/main.css +++ b/skins/chick/main.css @@ -35,6 +35,7 @@ textarea { color: black; background-color: white; overflow: auto; + width: 100%; } /* hide this from ie/mac and konq2.2 */ @media All { diff --git a/skins/cologneblue/screen.css b/skins/cologneblue/screen.css index cf8ca12e56..0a6d90664e 100644 --- a/skins/cologneblue/screen.css +++ b/skins/cologneblue/screen.css @@ -58,6 +58,7 @@ p, pre, td, th, li, dd, dt { textarea { overflow: auto; + width: 100%; } #footer { diff --git a/skins/common/wikistandard.css b/skins/common/wikistandard.css index e47dc42d9c..6e66534cfe 100644 --- a/skins/common/wikistandard.css +++ b/skins/common/wikistandard.css @@ -88,6 +88,7 @@ form.inline { textarea { overflow: auto; + width: 100%; } h1.pagetitle { diff --git a/skins/nostalgia/screen.css b/skins/nostalgia/screen.css index d618362322..e16a557e63 100644 --- a/skins/nostalgia/screen.css +++ b/skins/nostalgia/screen.css @@ -41,6 +41,7 @@ h2, h3, h4, h5, h6 { textarea { overflow: auto; + width: 100%; } p.subtitle {