Merge tag '0.10.2'
[ganeti_webmgr.git] / ganeti_web / static / css / help_tips.css
blob13b6a138ea19af132864cf08a6a96f0e7089a5f7
1 .help_tip {
2 background-color:#eee;
3 border:1px solid #888;
4 border-radius:5px;
5 display:none;
6 float:left;
7 margin:20px 0 0 0;
8 width:390px;
9 height:inherit;
10 -moz-border-radius:5px;
11 -webkit-border-radius:5px;
14 .help_tip h3 {
15 background-color:#c2e192;
16 border-bottom:1px solid #888;
17 color:#444;
18 margin:0 0 10px 0;
19 padding:5px;
20 -moz-border-radius-topright:5px;
21 -moz-border-radius-topleft:5px;
22 -webkit-border-top-left-radius:5px;
23 -webkit-border-top-right-radius:5px;
26 #help div {margin:0 10px 0 10px; min-height:200px;}
27 #help div p {margin: 0 0 10px 0;}
28 #help div ul {margin:10px 0 10px 30px;}
29 #help div li {list-style:disc; }
30 #help-contents {display:none}