Fabric: now supports installing a git package with pip
[ganeti_webmgr.git] / media / css / virtual_machine_create.css
blobaca815144bdef30126b96d3be3b41896d83926b0
1 #virtualmachineform, #vmeditform { float:left; width:400px; }
2 fieldset {margin-top:10px;}
4 #help {
5 background-color:#eee;
6 border:1px solid #888;
7 border-radius:5px;
8 display:none;
9 float:left;
10 margin:20px 0 0 0;
11 width:390px;
12 height:inherit;
13 -moz-border-radius:5px;
14 -webkit-border-radius:5px;
17 #help h3 {
18 background-color:#c2e192;
19 border-bottom:1px solid #888;
20 color:#444;
21 margin:0 0 10px 0;
22 padding:5px;
23 -moz-border-radius-topright:5px;
24 -moz-border-radius-topleft:5px;
25 -webkit-border-top-left-radius:5px;
26 -webkit-border-top-right-radius:5px;
29 #help div {margin:0 10px 0 10px; min-height:200px;}
30 #help div p {margin: 0 0 10px 0;}
31 #help div ul {margin:10px 0 10px 30px;}
32 #help div li {list-style:disc; }
33 #help-contents {display:none}