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 <[email protected]> Authored: Sun Apr 30 19:43:15 2017 +0530 Committer: pallavkul <[email protected]> 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; }
