You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2014/01/06 20:40:13 UTC

git commit: updated refs/heads/master to beb9f2d

Updated Branches:
  refs/heads/master 617a71b45 -> beb9f2d9b


CLOUDSTACK-5527: UI > accounts page > Add LDAP Account action > use plus(+) icon like Add Account action does.


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

Branch: refs/heads/master
Commit: beb9f2d9b314499c99fc48147378c7be24798c0c
Parents: 617a71b
Author: Jessica Wang <je...@apache.org>
Authored: Mon Jan 6 11:39:05 2014 -0800
Committer: Jessica Wang <je...@apache.org>
Committed: Mon Jan 6 11:40:03 2014 -0800

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/beb9f2d9/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index a82298c..1338f38 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -12051,6 +12051,7 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
 
 .add .icon,
 .addNew .icon,
+.addLdapAccount .icon,
 .assignVm .icon,
 .rootAdminAddGuestNetwork .icon {
   background-position: -37px -61px;
@@ -12058,6 +12059,7 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
 
 .add:hover .icon,
 .addNew:hover .icon,
+.addLdapAccount:hover .icon,
 .assignVm:hover .icon,
 .rootAdminAddGuestNetwork:hover .icon {
   background-position: -37px -643px;