Adding failed div for Instance and in Add VM popup Hypervisor filter has been removed and added to template list

This commit is contained in:
NIKITA 2010-10-27 17:55:26 -07:00
parent c3f96a7ed5
commit 167086f066
5 changed files with 57 additions and 15 deletions

View File

@ -865,7 +865,7 @@ a:hover {
float:left;
border-bottom:1px solid #999;
margin:0;
padding:0;
padding:0 0 3px 0;
background:#FFF repeat top left;
cursor:pointer;
cursor:hand;
@ -881,7 +881,7 @@ a:hover {
float:left;
border-bottom:1px solid #999;
margin:0;
padding:0;
padding:0 0 3px 0;
background:#8fe0f4 repeat top left;
cursor:pointer;
cursor:hand;
@ -917,28 +917,48 @@ a:hover {
}
.rev_wiztemp_listtext {
width:380px;
height:auto;
float:left;
color:#021a28;
font-size:11px;
font-weight:normal;
text-align:left;
margin:5px 0 5px 0;
padding:0;
}
.rev_wiztemp_ownertext {
width:80px;
width:350px;
height:auto;
float:left;
color:#021a28;
font-size:11px;
font-weight:bold;
text-align:left;
margin:5px 0 0 0;
padding:0;
}
.rev_wiztemp_listtext.hypervisortext {
width:350px;
height:auto;
float:left;
color:#525252;
font-size:10px;
font-weight:normal;
text-align:left;
margin:2px 0 0 0;
padding:0;
}
.rev_wiztemp_ownertext {
width:110px;
height:auto;
float:left;
color:#666;
font-size:10px;
font-weight:normal;
text-align:left;
margin:5px 0 5px 0;
padding:0;
}
.rev_wiztemp_ownertext span {
color:#666;
font-size:10px;
font-weight:bold;
text-align:left;
margin:0;
padding:0;
}
.rev_wizmid_selectedtempbut {
width:167px;
@ -2210,6 +2230,11 @@ a:hover.search_button {
background:#fffacd url(../images/mid_addingbg.gif) repeat-x top left;
color:#333;
}
.midmenu_content.addingfailed{
background:#ffe5e5url(../images/errormsg_bg.gif) repeat-x top left;
color:#a90000;
}
/*
.midmenu_content:hover{
background:#626262 url(../images/leftmenu_hover.gif) repeat-x top left;
@ -2762,6 +2787,21 @@ a:hover.search_button {
display:inline;
padding:0;
}
.midmenu_addingfailed_closeicon {
width:12px;
height:12px;
float:left;
background:url(../images/addingfailed_closeicon.png) no-repeat top left;
margin:8px 0 0 0;
display:inline;
padding:0;
cursor:pointer;
cursor:hand;
}
.midmenu_addingfailed_closeicon:hover {
background:url(../images/addingfailed_closeicon_hover.png) no-repeat top left;
}
.midmenu_defaultloader {
width:16px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 B

View File

@ -747,6 +747,8 @@ long milliseconds = new Date().getTime();
</div>
<div class="midmenu_infoicon" id="info_icon" style="display: none;">
</div>
<div class="midmenu_addingfailed_closeicon" id="close_icon" style="display: none;">
</div>
</div>
</div>
<!-- action list item for middle menu -->