mirror of https://github.com/apache/cloudstack.git
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
This commit is contained in:
commit
6878816267
|
|
@ -2165,15 +2165,24 @@ a:hover.search_button {
|
|||
padding:0 0 4px 0;
|
||||
}
|
||||
|
||||
.midmenu_titlebox p{
|
||||
width:220px;
|
||||
.midmenu_itemheader p{
|
||||
width:auto;
|
||||
height:auto;
|
||||
float:left;
|
||||
color:#333;
|
||||
text-align:left;
|
||||
font-weight:bold;
|
||||
font-size:11px;
|
||||
margin:3px 0 0 10px;
|
||||
margin:4px 0 0 10px;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.midmenu_itemheader_arrow {
|
||||
width:8px;
|
||||
height:4px;
|
||||
float:right;
|
||||
background:url(../images/itemheader_arrow.png) no-repeat top left;
|
||||
margin:9px 15px 0 0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
|
|
@ -2249,7 +2258,6 @@ a:hover.search_button {
|
|||
font-size:10px;
|
||||
margin:3px 0 0 0;
|
||||
padding:0;
|
||||
color:#999;
|
||||
}
|
||||
|
||||
.midmenu_emptymsgbox {
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 227 B |
|
|
@ -723,7 +723,10 @@ long milliseconds = new Date().getTime();
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="midmenu_itemheader" class="midmenu_itemheader" style="display:none;"><p id="name"></p></div>
|
||||
<div id="midmenu_itemheader" class="midmenu_itemheader" style="display:none;">
|
||||
<p id="name"></p>
|
||||
<div class="midmenu_itemheader_arrow"></div>
|
||||
</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