X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fcss%2Fplc_style.css;h=60a5485071e57f6ea5e7dca8416bd1e6a1e6bc08;hb=09dfe40f5c40b16b7c4d59e3d39e294ae3b6810e;hp=dec59a6302c45d9940a718c5ba6a0a9cf081bcb6;hpb=f140e6131773314abe2302fe0ac8423b8adc430f;p=plewww.git diff --git a/planetlab/css/plc_style.css b/planetlab/css/plc_style.css index dec59a6..60a5485 100644 --- a/planetlab/css/plc_style.css +++ b/planetlab/css/plc_style.css @@ -26,6 +26,15 @@ body { font-weight: bold; } +/* this class is used to store data that needs to get passed to javascript code */ +/* these elements are not meant to be rendered */ +.hidden { + display: none; +} +.center { + text-align: center; +} + /* -------------------- 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 @@ -38,7 +47,11 @@ input[type="text"], textarea { background-position: top; } -input[type="password"], textarea { +textarea { + font-family: courier, monospace; +} + +input[type="password"] { border: solid 1px #444; background-image: url( '/planetlab/icons/form_input_password.png' ); background-repeat: repeat-x; @@ -101,7 +114,6 @@ p.node_add { text-align: center; /* font-size: smaller; */ } - p.node_download { font-style: italic; padding: 20px 40px; @@ -179,3 +191,13 @@ div#toggle-container-add-node, div#toggle-container-add-interface { background-color: #e0d0ff; } +p.note_reservable { + font-style: italic; + padding: 20px 40px; + text-align: center; + font-size: larger; +} +span.note_roles { + font-style:italic; + font-size: smaller; +}