oops, textareas were rendered like passwords
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 6 Sep 2010 10:38:39 +0000 (12:38 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 6 Sep 2010 10:38:39 +0000 (12:38 +0200)
planetlab/css/plc_style.css

index dec59a6..cba8b5f 100644 (file)
@@ -38,7 +38,7 @@ input[type="text"], textarea {
     background-position: top;
 }
 
-input[type="password"], textarea {
+input[type="password"] {
     border: solid 1px #444;
     background-image: url( '/planetlab/icons/form_input_password.png' );
     background-repeat: repeat-x;