mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
Action drop down for action box outside the grid
This commit is contained in:
parent
8d38e230a5
commit
21e279cbe2
@ -2120,6 +2120,7 @@ a:visited {
|
||||
width:100%;
|
||||
height:auto;
|
||||
float:left;
|
||||
position:relative;
|
||||
margin:4px 0 0 0;
|
||||
padding:0 0 0 0;
|
||||
}
|
||||
|
||||
@ -28,7 +28,14 @@
|
||||
<%=t.t("Details")%></div>
|
||||
</div>
|
||||
<div class="grid_actionpanel">
|
||||
<div class="grid_actionbox"></div>
|
||||
<div class="grid_actionbox">
|
||||
<div class="grid_actionsdropdown_box">
|
||||
<ul class="actionsdropdown_boxlist" id="action_list">
|
||||
<li> <a href="#"> Delete </a> </li>
|
||||
<li> <a href="#"> Attach Disk </a> </li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid_editbox"></div>
|
||||
</div>
|
||||
<div class="grid_container">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user