From cdbcb85d52e7e10b1c35ecf9223c9674e4fa640c Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Mon, 25 May 2015 14:39:24 +0530 Subject: bug #4921 Textarea rows settings ignored Features > Text fields Signed-off-by: Madhura Jayaratne --- themes/original/css/common.css.php | 5 ----- themes/pmahomme/css/common.css.php | 2 -- 2 files changed, 7 deletions(-) (limited to 'themes') diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index e926a2be0d..ee4cf21122 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -120,11 +120,6 @@ form { textarea { overflow: visible; - height: em; -} - -textarea.char { - height: em; } fieldset { diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 00d83576b3..0c0bcf8995 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -325,12 +325,10 @@ input.button:disabled { textarea { overflow: visible; margin: 6px; - height: em; } textarea.char { margin: 6px; - height: em; } fieldset, .preview_sql { -- cgit v1.2.3