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

git commit: updated refs/heads/4.3 to 5935384

Repository: cloudstack
Updated Branches:
  refs/heads/4.3 835ff3550 -> 59353846e


CLOUDSTACK-6272: Fix icons for recover/restore VM


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

Branch: refs/heads/4.3
Commit: 59353846ec2389f006faa3a59e5d5736147a0a8f
Parents: 835ff35
Author: Brian Federle <br...@citrix.com>
Authored: Fri Mar 21 14:57:49 2014 -0700
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Wed Jun 18 13:26:30 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/59353846/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 5a97b0b..14bd624 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -12179,11 +12179,12 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
 }
 
 .restoreVM .icon,
-.restore .icon {
+.restore .icon,
+.recover .icon {
   background-position: -168px -31px;
 }
 
-.reset .icon {
+.reset .icon, .reinstall .icon {
   background-position: -168px -31px;
 }