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 2013/10/11 00:46:38 UTC

git commit: updated refs/heads/master to 6af882c

Updated Branches:
  refs/heads/master 746c8c504 -> 6af882c6b


Icon for 'add guest network' toolbar button


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

Branch: refs/heads/master
Commit: 6af882c6b94126a50f1db3f8da9996cfcffc97f3
Parents: 746c8c5
Author: Brian Federle <br...@citrix.com>
Authored: Thu Oct 10 15:46:31 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Thu Oct 10 15:46:31 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6af882c6/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index c931fe3..d124d1e 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -11984,13 +11984,15 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
 
 .add .icon,
 .addNew .icon,
-.assignVm .icon {
+.assignVm .icon,
+.rootAdminAddGuestNetwork .icon {
   background-position: -37px -61px;
 }
 
 .add:hover .icon,
 .addNew:hover .icon,
-.assignVm:hover .icon {
+.assignVm:hover .icon,
+.rootAdminAddGuestNetwork:hover .icon {
   background-position: -37px -643px;
 }