From: Thierry Parmentelat Date: Mon, 6 Sep 2010 10:38:39 +0000 (+0200) Subject: oops, textareas were rendered like passwords X-Git-Tag: plewww-4.3-50~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3d98313dd9e55cfdcc15caf500d7315e5c28dc56;p=plewww.git oops, textareas were rendered like passwords --- diff --git a/planetlab/css/plc_style.css b/planetlab/css/plc_style.css index dec59a6..cba8b5f 100644 --- a/planetlab/css/plc_style.css +++ b/planetlab/css/plc_style.css @@ -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;