CS-15844:InterVlan - UI - Remove ACL Icon is not displayed properly for ACL Rules

This commit is contained in:
Pranav Saxena 2012-08-06 16:06:30 +05:30
parent 5a72044dc7
commit feaea413c7
2 changed files with 7 additions and 1 deletions

View File

@ -9654,6 +9654,12 @@ div.panel.ui-dialog div.list-view div.fixed-header {
overflow: auto;
}
/*Acl multi-edit*/
div.ui-dialog div.acl div.multi-edit div.data div.data-body {
width:100%;
}
/*Action icons*/
.action.edit .icon {
background-position: 1px -1px;

View File

@ -589,7 +589,7 @@
break;
case 'acl':
// Show ACL dialog
$('<div>').multiEdit(
$('<div>').addClass('acl').multiEdit(
$.extend(true, {}, actionArgs.multiEdit, {
context: context
})