mirror of https://github.com/apache/cloudstack.git
Midmenu header title for host and primary storage
This commit is contained in:
parent
9cd8dd2989
commit
8e90185008
|
|
@ -2155,11 +2155,11 @@ a:hover.search_button {
|
|||
padding:0;
|
||||
}
|
||||
|
||||
.midmenu_titlebox {
|
||||
.midmenu_itemheader {
|
||||
width:220px;
|
||||
height:auto;
|
||||
float:left;
|
||||
background:#dadada url(../images/midmenu_titlebg.gif) repeat-x top left;
|
||||
background:#989898 url(../images/midmenu_titlebg.gif) repeat-x top left;
|
||||
margin:0;
|
||||
padding:0 0 4px 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -316,6 +316,7 @@ long milliseconds = new Date().getTime();
|
|||
<!-- Mid Menu starts here-->
|
||||
<div class="midmenu_panel" id="middle_menu">
|
||||
<div class="midmenu_box" id="midmenu_container">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- Mid Menu ends here-->
|
||||
|
|
@ -676,7 +677,8 @@ long milliseconds = new Date().getTime();
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="midmenu_itemheader" style="display:none;"><p>(type)</p></div>
|
||||
<div class="midmenu_list" id="midmenu_item" style="display: none;">
|
||||
<div class="midmenu_content" id="content">
|
||||
<div class="midmenu_icons" id="icon_container" style="display: none">
|
||||
|
|
|
|||
Loading…
Reference in New Issue