aboutsummaryrefslogtreecommitdiff
path: root/views/failsafe
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-20 16:29:32 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-20 16:29:32 +0000
commitb9169c1071ef845c83ee41821778dcc797082d9d (patch)
tree73ced405172e08f2cf9e4e09393ee005114fae6f /views/failsafe
parent99d4b0bf41792d66bc46503210aef848127dea28 (diff)
downloadelgg-b9169c1071ef845c83ee41821778dcc797082d9d.tar.gz
elgg-b9169c1071ef845c83ee41821778dcc797082d9d.tar.bz2
install process password box added
git-svn-id: https://code.elgg.org/elgg/trunk@2029 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/failsafe')
-rw-r--r--views/failsafe/pageshells/pageshell.php3
1 files changed, 2 insertions, 1 deletions
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;