mirror of https://github.com/apache/cloudstack.git
Detail view, multi-groups: Put 'add' button on top
This commit is contained in:
parent
ece8b8c423
commit
1a80f9e1f4
|
|
@ -1774,8 +1774,13 @@ div.list-view td.state.off span {
|
|||
}
|
||||
|
||||
.detail-view .detail-group .button.add {
|
||||
clear: both;
|
||||
margin: 0px 21px 13px 0 !important;
|
||||
}
|
||||
|
||||
.detail-view .details.group-multiple {
|
||||
float: left;
|
||||
margin: 6px 0 17px 13px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*List-view: subselect dropdown*/
|
||||
|
|
|
|||
|
|
@ -1077,7 +1077,7 @@
|
|||
|
||||
// Add item action
|
||||
if (tabData.multiple && tabData.actions && tabData.actions.add) {
|
||||
$tabContent.append(
|
||||
$tabContent.prepend(
|
||||
$('<div>').addClass('button add').append(
|
||||
$('<span>').addClass('icon').html(' '),
|
||||
$('<span>').html(_l(tabData.actions.add.label))
|
||||
|
|
|
|||
Loading…
Reference in New Issue