You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2013/06/04 06:52:46 UTC

git commit: updated refs/heads/master to 15c2c21

Updated Branches:
  refs/heads/master e71a54b3a -> 15c2c212f


Changing the CSS object names for dedicate/release action items


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

Branch: refs/heads/master
Commit: 15c2c212f719686fc411288ec2cf5db71dfde4ab
Parents: e71a54b
Author: Pranav Saxena <pr...@citrix.com>
Authored: Tue Jun 4 10:18:29 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Tue Jun 4 10:18:29 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/15c2c212/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 36f4ac6..732efdb 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -11726,12 +11726,12 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
 }
 
 .restart .icon,
-.release .icon {
+.releaseDedicatedZone .icon {
   background-position: 0px -63px;
 }
 
 .restart:hover .icon,
-.release:hover .icon {
+.releaseDedicatedZone:hover .icon {
   background-position: 0px -645px;
 }
 
@@ -11888,7 +11888,7 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
 .createTemplate .icon,
 .enableSwift .icon,
 .addVM .icon,
-.dedicate .icon {
+.dedicateZone .icon {
   background-position: -69px -63px;
 }
 
@@ -11896,7 +11896,7 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
 .createTemplate:hover .icon,
 .enableSwift:hover .icon,
 .addVM:hover .icon,
-.dedicate:hover .icon {
+.dedicateZone:hover .icon {
   background-position: -69px -645px;
 }