Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D581E200C66 for ; Sun, 30 Apr 2017 16:13:53 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D4399160BA4; Sun, 30 Apr 2017 14:13:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 28A43160B9D for ; Sun, 30 Apr 2017 16:13:53 +0200 (CEST) Received: (qmail 50982 invoked by uid 500); 30 Apr 2017 14:13:52 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 50973 invoked by uid 99); 30 Apr 2017 14:13:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Apr 2017 14:13:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E82ABE0005; Sun, 30 Apr 2017 14:13:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pallavkul@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-20899. Ambari Header misaligned when transitioned to view route (pallavkul) Date: Sun, 30 Apr 2017 14:13:51 +0000 (UTC) archived-at: Sun, 30 Apr 2017 14:13:54 -0000 Repository: ambari Updated Branches: refs/heads/trunk dd8ab0e61 -> 880b655fe AMBARI-20899. Ambari Header misaligned when transitioned to view route (pallavkul) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/880b655f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/880b655f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/880b655f Branch: refs/heads/trunk Commit: 880b655fe0b8d7b16f83bccb2f33116b4f1b7fcb Parents: dd8ab0e Author: pallavkul Authored: Sun Apr 30 19:43:15 2017 +0530 Committer: pallavkul Committed: Sun Apr 30 19:43:15 2017 +0530 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 3 ++- ambari-web/app/styles/bootstrap_overrides.less | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/880b655f/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 716e272..2fc1cf2 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -1983,11 +1983,12 @@ i.glyphicon-asterisks { width: 940px; padding: 0 15px; } + .contribview .main-container { width: auto; } - .contribview #top-nav { + .contribview .navbar .main-container { width: 940px; margin: 0 auto; } http://git-wip-us.apache.org/repos/asf/ambari/blob/880b655f/ambari-web/app/styles/bootstrap_overrides.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/bootstrap_overrides.less b/ambari-web/app/styles/bootstrap_overrides.less index 09e68b6..aabf6f2 100644 --- a/ambari-web/app/styles/bootstrap_overrides.less +++ b/ambari-web/app/styles/bootstrap_overrides.less @@ -355,7 +355,7 @@ select.form-control { width: auto; } - .contribview #top-nav { + .contribview .navbar .main-container { width: 1170px; margin: 0 auto; }