VMWizardAdvanced now prevents snode == pnode
[ganeti_webmgr.git] / muddle / static / css / plugins.css
blob2fd5dc4ca67f2a8c93e70ff2321d858b1772046b
2 #plugins {
3 width:400px;
4 margin:0;
7 #plugins li {
8 border: 1px solid #bbbbbb;
9 margin:1px;
10 padding:6px;
11 list-style:none;
14 #plugins li, #plugins li a {
16 line-height:14px;
19 #plugins li.enabled {
20 background-color:#E4EFD2;
21 border-color:#222222;
24 #plugins li.disabled {
25 color:#666666;
28 #plugins input, #plugins li a {
29 float:right;
32 #plugins input {
33 margin-left:5px;
36 .form {
37 background-color:rgba(100, 100, 100, 0.4);
38 display:none;
39 margin-left:auto;
40 margin-right:auto;
41 margin-top:40px;
42 min-width:300px;
43 width:400px;
44 padding:8px;
45 position:absolute;
46 text-align:center;
47 top:140px;
48 -moz-border-radius: 10px;
49 -webkit-border-radius: 10px;
52 .inner {
53 background-color:white;
54 padding:15px;
55 border:1px solid #333333;
56 opacity: 1;
57 -moz-border-radius: 5px;
58 -webkit-border-radius: 5px;
61 .form h2, .form h2 span { font-size:115%; }
62 .form h2 .plugin{ font-weight:normal}
64 .form td { border:0px; }
65 .form .description {
66 border-bottom: 1px solid #666666;
67 border-top: 1px solid #666666;
68 color:#444444;
69 font-size:11px;
70 line-height:14px;
71 margin-bottom:15px;
72 padding-top:10px;
73 padding-bottom:10px;
74 text-align:justify;
76 .form label { color:#444444; font-size:90%; font-weight:bold }
77 .form button { margin-top:10px; }
78 .form .button_close {
79 position:absolute;
80 top:12px;
81 right:7px;
83 .messages {text-align:left;}
84 .messages ul {margin-left:30px; margin-top:0px;}
85 .messages li {line-height:20px;}
86 #enable.form h2 .label, #enable .messages li { color:green;}
87 #disable.form h2 .label, #disable .messages li { color:#c83737; }