Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 458F110B30 for ; Thu, 10 Oct 2013 22:46:39 +0000 (UTC) Received: (qmail 7511 invoked by uid 500); 10 Oct 2013 22:46:38 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 7490 invoked by uid 500); 10 Oct 2013 22:46:38 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 7483 invoked by uid 99); 10 Oct 2013 22:46:38 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2013 22:46:38 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 39A57914AC4; Thu, 10 Oct 2013 22:46:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: commits@cloudstack.apache.org Message-Id: <62d84def646840ffbbf5e61302bd9cd4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 6af882c Date: Thu, 10 Oct 2013 22:46:38 +0000 (UTC) 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 Authored: Thu Oct 10 15:46:31 2013 -0700 Committer: Brian Federle 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; }