Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F404BE45B for ; Mon, 18 Mar 2013 12:27:27 +0000 (UTC) Received: (qmail 40029 invoked by uid 500); 18 Mar 2013 12:27:17 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 39668 invoked by uid 500); 18 Mar 2013 12:27:17 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 35836 invoked by uid 99); 18 Mar 2013 12:27:11 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 12:27:11 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E9E3235D57; Mon, 18 Mar 2013 12:27:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tsp@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [32/50] [abbrv] git commit: refs/heads/marvin-refactor - Adjusting the zindex for the tooltip to be on top Message-Id: <20130318122710.E9E3235D57@tyr.zones.apache.org> Date: Mon, 18 Mar 2013 12:27:10 +0000 (UTC) Adjusting the zindex for the tooltip to be on top Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4494b3fd Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4494b3fd Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/4494b3fd Branch: refs/heads/marvin-refactor Commit: 4494b3fd3248856ebd640fa4ab2b4144fa58aadf Parents: e86ee12 Author: Pranav Saxena Authored: Fri Mar 15 17:48:50 2013 +0530 Committer: Pranav Saxena Committed: Fri Mar 15 17:48:50 2013 +0530 ---------------------------------------------------------------------- ui/scripts/ui/widgets/toolTip.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4494b3fd/ui/scripts/ui/widgets/toolTip.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui/widgets/toolTip.js b/ui/scripts/ui/widgets/toolTip.js index af6c2aa..6967acc 100644 --- a/ui/scripts/ui/widgets/toolTip.js +++ b/ui/scripts/ui/widgets/toolTip.js @@ -156,7 +156,7 @@ // Fix overlay setTimeout(function() { - $('.tooltip-box').zIndex($(':ui-dialog').zIndex() + 1); }); + $('.tooltip-box').zIndex($(':ui-dialog').zIndex() + 10); }); };