Add more information on deploying; fix format.
[ganeti_webmgr.git] / ganeti_web / static / css / registration.css
blob3cf3a9feea8648b9e2afef22d13e94cbecea2444
1 /* registration.css */
2 #body_wrapper {
3 background: url(/static/images/background_no_menu.png) repeat-y center #eee !important;
5 #content {float:none; width:699px; margin:0 auto;}
8 /* Login Form */
9 #login {margin: 3em auto 0em auto; width: 40%;}
10 #login fieldset {
11 background: #eeeeee;
12 border:1px #dddddd solid;
13 margin-bottom:10px;
14 padding:1em;
15 -moz-border-radius:5px;
16 -webkit-border-radius:5px;
18 #login fieldset h2 {margin-bottom:5px;}
19 #login fieldset p {padding-bottom:1.5ex;}
20 #login p label {width: 12em; text-align:left;}
21 #login input.submit {margin-left: 6em;}
23 /* Registration Form */
24 #registration {margin: 2em auto 0em auto; width:50%;}
25 #registration p label {width:10.5em;}
26 #registration input {width:16em;}
27 #registration input.submit {margin-left: 11em; width:6em;}
29 /* Password Reset Request Form */
30 #passwordreset {margin: 2em auto 0em auto; width:50%;}
31 #passwordreset p label {width:7.5em;}
32 #passwordreset input {width:18em;}
33 #passwordreset input.submit {margin-left: 8em; width:6em;}
35 /* Password Reset Completion Form */
36 #passwordreset2 {margin: 2em auto 0em auto; width:53%;}
37 #passwordreset2 p label {width:14.5em;}
38 #passwordreset2 input.submit {margin-left: 15em; width:6em;}