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 8CE9910A18 for ; Tue, 2 Jul 2013 20:31:42 +0000 (UTC) Received: (qmail 76470 invoked by uid 500); 2 Jul 2013 20:31:42 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 76433 invoked by uid 500); 2 Jul 2013 20:31:42 -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 76426 invoked by uid 99); 2 Jul 2013 20:31:42 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jul 2013 20:31:42 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2FC0D55023; Tue, 2 Jul 2013 20:31:42 +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: <23011b179a1b4687a8597d4f5c6b4a5c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 1f3a20c Date: Tue, 2 Jul 2013 20:31:42 +0000 (UTC) Updated Branches: refs/heads/master 6eb404ed0 -> 1f3a20cde Region selector UI: Fix overlap issue with other dialogs Remove z-index from region select button, to prevent overlap with other dialogs. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1f3a20cd Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1f3a20cd Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1f3a20cd Branch: refs/heads/master Commit: 1f3a20cde7f057d5c2d7480502b5d435fc2abd7c Parents: 6eb404e Author: Brian Federle Authored: Tue Jul 2 13:31:28 2013 -0700 Committer: Brian Federle Committed: Tue Jul 2 13:31:28 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1f3a20cd/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index e4459a1..50a36f0 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -11624,7 +11624,6 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it /*Regions*/ .region-switcher { display: inline-block; - z-index: 2002; position: relative; background: url(../images/bg-gradients.png) repeat-x 0px -867px; border: 1px solid #5E5E5E;