From: Byron Jones Date: Wed, 5 Mar 2014 14:57:59 +0000 (+0800) Subject: Bug 977523: Comment textarea has padding:0 X-Git-Tag: bugzilla-4.5.3~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c800e2c2c092e53462acd2e83f437d97e071bbbf;p=thirdparty%2Fbugzilla.git Bug 977523: Comment textarea has padding:0 r=lpsolit, a=justdave --- diff --git a/skins/standard/global.css b/skins/standard/global.css index 60ffe5d469..321a6d2726 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -697,7 +697,7 @@ input.required, select.required, span.required_explanation { #comment_preview { border: 1px solid silver; - padding: 0px 1px; + padding: 1px; overflow: auto; margin: 0px; } @@ -713,7 +713,6 @@ input.required, select.required, span.required_explanation { #comment { margin: 0px 0px 1em 0px; - padding: 0px; } /*******************/