You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/10/10 21:58:13 UTC

git commit: updated refs/heads/master to 746c8c5

Updated Branches:
  refs/heads/master 991f93349 -> 746c8c504


CLOUDSTACK-4823: Add icon for assignVmToAnotherAccount


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

Branch: refs/heads/master
Commit: 746c8c50469c125cdf3933ecb9953aace69226e6
Parents: 991f933
Author: Brian Federle <br...@citrix.com>
Authored: Thu Oct 10 12:55:26 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Thu Oct 10 12:55:26 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/746c8c50/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 49e35f3..c931fe3 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -12265,6 +12265,14 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
   background-position: -230px -677px;
 }
 
+.assignVmToAnotherAccount .icon {
+  background-position: -270px -36px;
+}
+
+.assignVmToAnotherAccount:hover .icon {
+  background-position: -270px -615px;
+}
+
 .label-hovered {
   cursor: pointer;
   color: #0000FF !important;