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:39:24 UTC

git commit: updated refs/heads/4.3 to 8619394

Updated Branches:
  refs/heads/4.3 f10bd7115 -> 8619394ab


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/8619394a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8619394a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8619394a

Branch: refs/heads/4.3
Commit: 8619394ab4190949517a7fe16ee1c2886ad27298
Parents: f10bd71
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:39:15 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8619394a/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;