You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/04/29 15:13:50 UTC

[12/50] [abbrv] git commit: updated refs/heads/marvin_refactor to 7c439fe

Add icons for 'add account,' 'release from account'


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

Branch: refs/heads/marvin_refactor
Commit: f1bdae006ad9d9345a9f1707437b051b27c55492
Parents: 7cef521
Author: Brian Federle <br...@citrix.com>
Authored: Wed Apr 24 16:53:22 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Wed Apr 24 16:53:22 2013 -0700

----------------------------------------------------------------------
 ui/css/cloudstack3.css |   16 ++++++++++++++++
 ui/images/sprites.png  |  Bin 189677 -> 192407 bytes
 2 files changed, 16 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f1bdae00/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 15190d4..340b089 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -12050,6 +12050,22 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
   background-position: -263px -583px;
 }
 
+.releaseFromAccount .icon {
+  background-position: -230px -123px;
+}
+
+.releaseFromAccount:hover .icon {
+  background-position: -229px -704px;
+}
+
+.addAccount .icon {
+  background-position: -231px -96px;
+}
+
+.addAccount:hover .icon {
+  background-position: -230px -677px;
+}
+
 .label-hovered {
   cursor: pointer;
   color: #0000FF !important;

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f1bdae00/ui/images/sprites.png
----------------------------------------------------------------------
diff --git a/ui/images/sprites.png b/ui/images/sprites.png
index ac7a276..132588d 100644
Binary files a/ui/images/sprites.png and b/ui/images/sprites.png differ