Merge tag '0.10.2'
[ganeti_webmgr.git] / ganeti_web / static / css / delete.css
blob9cb5b3865497d96862e3964c8381fbe3022d4a51
1 #confirm {
2 margin:15px auto;
3 text-align:center;
4 width:550px;
6 #confirm ul {margin:10px 0 0 20px;}
7 #confirm ul li {list-style:disc; }
8 .message {
9 background-color:#ee9c98;
10 border:3px solid #c83737;
11 color:#550000;
12 margin-bottom:15px;
13 padding:15px;
14 text-align:left;
16 #success {
17 display:none;