X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fcss%2Fplc_style.css;h=dec59a6302c45d9940a718c5ba6a0a9cf081bcb6;hb=6abd59aa4f4999c24d966c0a2842f2ad8dd3908b;hp=e845e01ed0ccf2280aa3e4c9ab9ce3d3f69e8e47;hpb=9e969745a8c45f72c9d304fe276a34e72785de08;p=plewww.git diff --git a/planetlab/css/plc_style.css b/planetlab/css/plc_style.css index e845e01..dec59a6 100644 --- a/planetlab/css/plc_style.css +++ b/planetlab/css/plc_style.css @@ -27,6 +27,9 @@ body { } /* -------------------- inputs in forms */ +/* note: this is used by the register wizard as well + in case where importing all this file this would some day conflict + it might make sense to split this file into plc_style (general) and plc_views (specifics) */ /* don't mess with other types of input, e.g. buttons might get affected */ input[type="text"], textarea { border: solid 1px #444; @@ -35,6 +38,13 @@ input[type="text"], textarea { background-position: top; } +input[type="password"], textarea { + border: solid 1px #444; + background-image: url( '/planetlab/icons/form_input_password.png' ); + background-repeat: repeat-x; + background-position: top; +} + /* make disabled fields more obvious */ input[type="text"][disabled], textarea[disabled] { border: solid 1px #f8f8f8;