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 B09DE107B2 for ; Thu, 27 Mar 2014 21:35:25 +0000 (UTC) Received: (qmail 74466 invoked by uid 500); 27 Mar 2014 21:35:25 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 74433 invoked by uid 500); 27 Mar 2014 21:35:22 -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 74426 invoked by uid 99); 27 Mar 2014 21:35:22 -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, 27 Mar 2014 21:35:22 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 518678AB2FD; Thu, 27 Mar 2014 21:35:22 +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: <2ac4ae49073d44dab7037be1d8a83a82@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 7810107 Date: Thu, 27 Mar 2014 21:35:22 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/master 8c8853e0e -> 781010781 UI: Fixed truncated icon on confirmation dialogs Signed-off-by: Brian Federle Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/78101078 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/78101078 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/78101078 Branch: refs/heads/master Commit: 7810107818a80341fd1dae5e8546eb30e97386e2 Parents: 8c8853e Author: Mihaela Stoica Authored: Thu Mar 27 13:54:41 2014 +0000 Committer: Brian Federle Committed: Thu Mar 27 14:35:18 2014 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78101078/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index f5582b6..9789eda 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -3893,7 +3893,7 @@ Dialogs*/ } .ui-dialog.confirm .ui-dialog-title { - background: url(../images/icons.png) no-repeat 0px -225px; + background: url(../images/icons.png) no-repeat 0px -224px; } .ui-dialog.create-form .ui-dialog-title {