X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fcss%2Fplc_style.css;h=441eb7bc63829dbc2c48e9f2c7664d32dd452a29;hb=907590243a6afcd3c64b4b1e6caf4f2a6a98b244;hp=a361c1db7b2b565679911f27424f84809fb3f8a3;hpb=6a4f61d8ecb61c7f7715500da2f500bda569ce1f;p=plewww.git diff --git a/planetlab/css/plc_style.css b/planetlab/css/plc_style.css index a361c1d..441eb7b 100644 --- a/planetlab/css/plc_style.css +++ b/planetlab/css/plc_style.css @@ -38,6 +38,10 @@ input[type="text"], textarea { background-position: top; } +textarea { + font-family: courier, monospace; +} + input[type="password"] { border: solid 1px #444; background-image: url( '/planetlab/icons/form_input_password.png' ); @@ -184,3 +188,7 @@ p.note_reservable { text-align: center; font-size: larger; } +span.note_roles { + font-style:italic; + font-size: smaller; +}