mirror of https://github.com/apache/cloudstack.git
New Edit Action button
This commit is contained in:
parent
ab6771d34a
commit
da522be70c
|
|
@ -1539,7 +1539,7 @@ a:visited {
|
|||
float:left;
|
||||
position:absolute;
|
||||
background:#FFF repeat top left;
|
||||
border:1px solid #777679;
|
||||
border:1px solid #999;
|
||||
top:24px;
|
||||
left:0;
|
||||
margin:0;
|
||||
|
|
@ -1550,24 +1550,28 @@ a:visited {
|
|||
width:96px;
|
||||
height:auto;
|
||||
float:left;
|
||||
margin:0 0 5px 10px;
|
||||
margin:0 0 5px 6px;
|
||||
padding:0 0 10px 0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
.actionsdropdown_boxlist li{
|
||||
width:96px;
|
||||
width:94px;
|
||||
height:auto;
|
||||
float:left;
|
||||
text-align:left;
|
||||
color:#CCC;
|
||||
font-size:11px;
|
||||
font-weight:normal;
|
||||
margin:8px 0 0 0;
|
||||
padding:0;
|
||||
margin:0 0 0 0;
|
||||
padding:5px 0 5px 3px;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
.actionsdropdown_boxlist li:hover{
|
||||
background:#e6e6e6 repeat top left;
|
||||
}
|
||||
|
||||
.actionsdropdown_boxlist a{
|
||||
text-decoration:none;
|
||||
color:#2c8bbc;
|
||||
|
|
@ -1580,7 +1584,7 @@ a:visited {
|
|||
}
|
||||
|
||||
.actionsdropdown_boxlist a:hover{
|
||||
text-decoration:underline;
|
||||
text-decoration:none;
|
||||
color:#2c8bbc;
|
||||
}
|
||||
|
||||
|
|
@ -2104,17 +2108,40 @@ a:visited {
|
|||
padding:0;
|
||||
}
|
||||
|
||||
.grid_actionpanel {
|
||||
width:100%;
|
||||
height:auto;
|
||||
float:left;
|
||||
margin:4px 0 0 0;
|
||||
padding:0 0 0 0;
|
||||
}
|
||||
|
||||
.grid_actionbox {
|
||||
width:35px;
|
||||
height:17px;
|
||||
float:right;
|
||||
background:url(../images/gird_actions.png) no-repeat top left;
|
||||
margin:2px 10px 0 0;
|
||||
background:url(../images/grid_actions.png) no-repeat top left;
|
||||
margin:2px 5px 0 0;
|
||||
padding:0;
|
||||
cursor:pointer;
|
||||
cursor:hand;
|
||||
}
|
||||
|
||||
.grid_actionbox:hover {
|
||||
background:url(../images/gird_actions_hover.png) no-repeat top left;
|
||||
background:url(../images/grid_actions_hover.png) no-repeat top left;
|
||||
}
|
||||
|
||||
.grid_editbox {
|
||||
width:27px;
|
||||
height:17px;
|
||||
float:right;
|
||||
background:url(../images/grid_editicon.png) no-repeat top left;
|
||||
margin:2px 5px 0 0;
|
||||
padding:0;
|
||||
cursor:pointer;
|
||||
cursor:hand;
|
||||
}
|
||||
|
||||
.grid_editbox:hover {
|
||||
background:url(../images/grid_editicon_hover.png) no-repeat top left;
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 913 B |
Binary file not shown.
|
After Width: | Height: | Size: 973 B |
|
|
@ -26,7 +26,10 @@
|
|||
<div class="tabbox" style="margin-top:15px;">
|
||||
<div class="content_tabs on">
|
||||
<%=t.t("Details")%></div>
|
||||
<div class="grid_actionbox" style="margin:-4px 0 0 0;"></div>
|
||||
</div>
|
||||
<div class="grid_actionpanel">
|
||||
<div class="grid_actionbox"></div>
|
||||
<div class="grid_editbox"></div>
|
||||
</div>
|
||||
<div class="grid_container">
|
||||
<div class="grid_rows odd">
|
||||
|
|
|
|||
Loading…
Reference in New Issue