You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2012/08/06 12:38:55 UTC

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

Updated Branches:
  refs/heads/vpc 5a72044dc -> feaea413c


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


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/feaea413
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/feaea413
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/feaea413

Branch: refs/heads/vpc
Commit: feaea413c770cad2f8d5887eabcdc18a20ebfa97
Parents: 5a72044
Author: Pranav Saxena <pr...@citrix.com>
Authored: Mon Aug 6 16:06:30 2012 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Mon Aug 6 16:06:30 2012 +0530

----------------------------------------------------------------------
 ui/css/cloudstack3.css      |    6 ++++++
 ui/scripts/ui-custom/vpc.js |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/feaea413/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 16c285b..3668d79 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -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;

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/feaea413/ui/scripts/ui-custom/vpc.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui-custom/vpc.js b/ui/scripts/ui-custom/vpc.js
index debf635..b27e5f2 100644
--- a/ui/scripts/ui-custom/vpc.js
+++ b/ui/scripts/ui-custom/vpc.js
@@ -589,7 +589,7 @@
       break;
     case 'acl':
       // Show ACL dialog
-      $('<div>').multiEdit(
+      $('<div>').addClass('acl').multiEdit(
         $.extend(true, {}, actionArgs.multiEdit, {
           context: context
         })