followup to r107187 - Making textarea width to be 100% in all skins
authorBenny Situ <bsitu@users.mediawiki.org>
Thu, 19 Jan 2012 18:22:53 +0000 (18:22 +0000)
committerBenny Situ <bsitu@users.mediawiki.org>
Thu, 19 Jan 2012 18:22:53 +0000 (18:22 +0000)
skins/chick/main.css
skins/cologneblue/screen.css
skins/common/wikistandard.css
skins/nostalgia/screen.css

index 9fd73c4..b599ec4 100644 (file)
@@ -35,6 +35,7 @@ textarea {
        color: black;
        background-color: white;
        overflow: auto;
+       width: 100%;
 }
 /* hide this from ie/mac and konq2.2 */
 @media All {
index cf8ca12..0a6d906 100644 (file)
@@ -58,6 +58,7 @@ p, pre, td, th, li, dd, dt {
 
 textarea {
        overflow: auto;
+       width: 100%;
 }
 
 #footer {
index e47dc42..6e66534 100644 (file)
@@ -88,6 +88,7 @@ form.inline {
 
 textarea {
        overflow: auto;
+       width: 100%;
 }
 
 h1.pagetitle {
index d618362..e16a557 100644 (file)
@@ -41,6 +41,7 @@ h2, h3, h4, h5, h6 {
 
 textarea {
        overflow: auto;
+       width: 100%;
 }
 
 p.subtitle {