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/04/24 11:05:30 UTC

git commit: updated refs/heads/master to 403f7b5

Updated Branches:
  refs/heads/master 4b7fe3bc2 -> 403f7b5b8


CLOUDSTACK-2114:Scale Up VM icon


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

Branch: refs/heads/master
Commit: 403f7b5b87170009ce6ba08848e6409747382608
Parents: 4b7fe3b
Author: Pranav Saxena <pr...@citrix.com>
Authored: Wed Apr 24 14:34:36 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Wed Apr 24 14:34:36 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/403f7b5b/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 1140d91..85f7dff 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -11889,18 +11889,21 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
   background-position: -168px -31px;
 }
 
-.reset .icon,
-.scaleUp .icon {
+.reset .icon {
   background-position: -168px -31px;
 }
 
+.scaleUp .icon{
+   background-position: -167px -66px;
+
+}
+
 .restoreVM:hover .icon,
 .restore:hover .icon {
   background-position: -168px -613px;
 }
 
-.reset:hover .icon,
-.scaleUp:hover .icon {
+.reset:hover .icon {
   background-position: -168px -613px;
 }