Loading part changed for Physical Resources, Zone, Pod etc

This commit is contained in:
NIKITA 2010-12-27 16:27:19 -08:00
parent 4f0e28abe5
commit 0f109fb6e5
3 changed files with 13 additions and 0 deletions

View File

@ -1565,6 +1565,16 @@ a:hover {
display:inline;
}
.leftmenu_arrowloader {
width:16px;
height:16px;
float:left;
background:url(../images/leftmenu_newloader.gif) no-repeat top left;
margin:-2px 4px 0 0;
display:inline;
}
.white_openedarrow {
width:5px;
height:10px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 847 B

View File

@ -591,6 +591,7 @@
<div class="leftmenu_expandedlist">
<div class="leftmenu_content" id="leftmenu_physical_resource">
<div class="leftmenu_secondindent">
<div class="leftmenu_arrowloader" id="loading_container" style="display:none;"></div>
<div class="leftmenu_arrows expanded_close" id="physical_resource_arrow">
</div>
@ -803,6 +804,7 @@
<div id="row_container">
<div id="zone_header" class="leftmenu_content">
<div class="leftmenu_thirdindent">
<div class="leftmenu_arrowloader" id="loading_container" style="display:none;"></div>
<div class="leftmenu_arrows white_nonexpanded_close" id="zone_arrow">
</div>
<span id="zone_name_label"><fmt:message key="label.zone"/>: </span>
@ -834,6 +836,7 @@
<div id="row_container">
<div id="pod_header" class="leftmenu_content">
<div class="leftmenu_fourthindent">
<div class="leftmenu_arrowloader" id="loading_container" style="display:none;"></div>
<div class="leftmenu_arrows white_nonexpanded_close" id="pod_arrow">
</div>
<span id="pod_name_label"><fmt:message key="label.pod"/>: </span>