]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #1404: Added input-password rules in default css.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 6 Feb 2010 00:14:07 +0000 (00:14 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 6 Feb 2010 00:14:07 +0000 (00:14 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3908 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css.php

index ab71d70d252b8b85680a145c6c6966712bf38117..bf756da1b99b2be3adfff9125a8ab5a887fb07c2 100644 (file)
@@ -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;
 }