diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-02-06 00:14:07 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-02-06 00:14:07 +0000 |
commit | 6a9c50a8d16ce5c86bcf0e61a8e8f73843e8b45c (patch) | |
tree | d23e2e6c70d5c8c77a8a46e5119523fc0df62f0a | |
parent | 1481f9f5608492ba19426ee784b946494e2524db (diff) | |
download | elgg-6a9c50a8d16ce5c86bcf0e61a8e8f73843e8b45c.tar.gz elgg-6a9c50a8d16ce5c86bcf0e61a8e8f73843e8b45c.tar.bz2 |
Fixes #1404: Added input-password rules in default css.
git-svn-id: http://code.elgg.org/elgg/trunk@3908 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | views/default/css.php | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |