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 2014/01/07 20:57:53 UTC

git commit: updated refs/heads/4.3 to fae9744

Updated Branches:
  refs/heads/4.3 ecd4a9c64 -> fae974468


Fix missing icon for 'assign instance to another account'


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

Branch: refs/heads/4.3
Commit: fae974468621896a3fda39b41f0a9caeb48d78b8
Parents: ecd4a9c
Author: Brian Federle <br...@citrix.com>
Authored: Tue Jan 7 11:57:17 2014 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Jan 7 11:57:47 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fae97446/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 1338f38..5a97b0b 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -12065,6 +12065,14 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
   background-position: -37px -643px;
 }
 
+.assignVmToAnotherAccount .icon {
+  background-position: -232px -97px;
+}
+
+.assignVmToAnotherAccount:hover .icon {
+  background-position: -231px -678px;
+}
+
 .create .icon,
 .createTemplate .icon,
 .enableSwift .icon,
@@ -12336,14 +12344,6 @@ 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;