From 7a0bf98c1e3f69313a1f79e77db24fe110958781 Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 1 Feb 2010 20:56:36 +0000 Subject: Fixes #1328: Removed rows and cols from the installation textareas and added CSS to format width/height at 100% to make it easier to read and select. git-svn-id: http://code.elgg.org/elgg/trunk@3895 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/failsafe/pageshells/pageshell.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'views/failsafe/pageshells') diff --git a/views/failsafe/pageshells/pageshell.php b/views/failsafe/pageshells/pageshell.php index 7e9893e73..6cbefcdaf 100644 --- a/views/failsafe/pageshells/pageshell.php +++ b/views/failsafe/pageshells/pageshell.php @@ -82,6 +82,8 @@ header('Content-type: text/html; charset=utf-8'); width:220px; } textarea { + width: 100%; + height: 100%; font: 120% Arial, Helvetica, sans-serif; border: solid 1px #cccccc; padding: 5px; @@ -151,4 +153,4 @@ header('Content-type: text/html; charset=utf-8');

- \ No newline at end of file + -- cgit v1.2.3