From b9169c1071ef845c83ee41821778dcc797082d9d Mon Sep 17 00:00:00 2001 From: pete Date: Wed, 20 Aug 2008 16:29:32 +0000 Subject: install process password box added git-svn-id: https://code.elgg.org/elgg/trunk@2029 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/failsafe/pageshells/pageshell.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'views') diff --git a/views/failsafe/pageshells/pageshell.php b/views/failsafe/pageshells/pageshell.php index 4ba85bb71..5ce67226f 100644 --- a/views/failsafe/pageshells/pageshell.php +++ b/views/failsafe/pageshells/pageshell.php @@ -68,7 +68,8 @@ color:#333333; font-size: 140%; } - input[type="text"] { + input[type="text"], + input[type="password"] { font: 120% Arial, Helvetica, sans-serif; padding: 5px; border: 1px solid #cccccc; -- cgit v1.2.3