From 6a9c50a8d16ce5c86bcf0e61a8e8f73843e8b45c Mon Sep 17 00:00:00 2001 From: brettp Date: Sat, 6 Feb 2010 00:14:07 +0000 Subject: Fixes #1404: Added input-password rules in default css. git-svn-id: http://code.elgg.org/elgg/trunk@3908 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views') diff --git a/views/default/css.php b/views/default/css.php index ab71d70d2..bf756da1b 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -886,6 +886,7 @@ input[type="submit"] { background: #cccccc; } +.input-password, .input-text, .input-tags, .input-url, @@ -893,6 +894,7 @@ input[type="submit"] { width:98%; } +.input-password, .input-textarea { height: 200px; } -- cgit v1.2.3