Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-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 91BEF10DC4 for ; Mon, 30 Dec 2013 13:51:41 +0000 (UTC) Received: (qmail 79001 invoked by uid 500); 30 Dec 2013 13:51:26 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 78983 invoked by uid 500); 30 Dec 2013 13:51:23 -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 78975 invoked by uid 99); 30 Dec 2013 13:51:21 -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, 30 Dec 2013 13:51:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 015A888C909; Mon, 30 Dec 2013 13:51:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ababiichuk@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-4195 Misalignment of "Filter" combobox on installer when browser window is narrow. (ababiichuk) Date: Mon, 30 Dec 2013 13:51:20 +0000 (UTC) Updated Branches: refs/heads/trunk 884823600 -> 3d82c1175 AMBARI-4195 Misalignment of "Filter" combobox on installer when browser window is narrow. (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3d82c117 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3d82c117 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3d82c117 Branch: refs/heads/trunk Commit: 3d82c1175341feb2499b7700be2b4017b9dadb4d Parents: 8848236 Author: aBabiichuk Authored: Mon Dec 30 15:26:29 2013 +0200 Committer: aBabiichuk Committed: Mon Dec 30 15:51:07 2013 +0200 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 10 ++++++++++ .../app/templates/common/configs/service_config.hbs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3d82c117/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index c64138a..50aa046 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -4275,6 +4275,13 @@ ul.inline li { width: 68%; } } + .wizard-content{ + .filter-combobox{ + > input { + width: 140px!important; + } + } + } } // @@ -4306,6 +4313,9 @@ ul.inline li { .link { padding: 0 15px; } + .link-left-pad { + padding-left:15px; + } } /* http://git-wip-us.apache.org/repos/asf/ambari/blob/3d82c117/ambari-web/app/templates/common/configs/service_config.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/common/configs/service_config.hbs b/ambari-web/app/templates/common/configs/service_config.hbs index bafee85..50ff00e 100644 --- a/ambari-web/app/templates/common/configs/service_config.hbs +++ b/ambari-web/app/templates/common/configs/service_config.hbs @@ -68,7 +68,7 @@ {{#if controller.isHostsConfigsPage}}  {{t common.change}} {{else}} - {{t services.service.actions.manage_configuration_groups.short}} + {{t services.service.actions.manage_configuration_groups.short}} {{/if}} {{/if}}