mirror of https://github.com/apache/cloudstack.git
Changed UI for Loading right panel. Add Zone and Pod button added in Resource Main page
This commit is contained in:
parent
89cdb61065
commit
c1cacbfbe5
|
|
@ -2400,8 +2400,10 @@ a:hover.search_button {
|
|||
.rightpanel_mainloaderbox {
|
||||
width:134px;
|
||||
height:22px;
|
||||
background:url(../images/right_loadingbg.png) no-repeat top left;
|
||||
margin:0 auto;
|
||||
background:#fffbe6 url(../images/infomsg_bg.gif) no-repeat top left;
|
||||
border:1px solid #CCC;
|
||||
float:left;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
|
|
@ -3992,7 +3994,7 @@ a:hover.search_button {
|
|||
font-size:11px;
|
||||
font-weight:bold;
|
||||
text-align:left;
|
||||
margin:4px 5px 0 0;
|
||||
margin:3px 5px 0 0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<div class="dbrow even" style="border:1px solid #CCC;">
|
||||
<div class="dbrow_cell" style="width: 64%; border: none;">
|
||||
<div class="resource_titlebox">
|
||||
<h2><span> # of </span> Zone</h2>
|
||||
<h2><span> # of </span> Zones</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dbrow_cell" style="width: 25%; border: none; background:#cacaca repeat top left; ">
|
||||
|
|
@ -34,12 +34,13 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="dbrow_cell" style="width: 10%; border: none;">
|
||||
<div class="resadd_button" title="Add Zone"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dbrow odd" style="margin-top:10px; border:1px solid #CCC;">
|
||||
<div class="dbrow_cell" style="width: 64%; border: none; ">
|
||||
<div class="resource_titlebox">
|
||||
<h2><span> # of </span> Pod</h2>
|
||||
<h2><span> # of </span> Pods</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dbrow_cell" style="width: 25%; border: none; background:#cacaca repeat top left; ">
|
||||
|
|
@ -48,6 +49,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="dbrow_cell" style="width: 10%; border: none;">
|
||||
<div class="resadd_button" title="Add Pod"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dbrow even" style="margin-top:10px; border:1px solid #CCC;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue