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 524FD189A3 for ; Tue, 21 Jul 2015 18:29:19 +0000 (UTC) Received: (qmail 59391 invoked by uid 500); 21 Jul 2015 18:29:19 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 59364 invoked by uid 500); 21 Jul 2015 18:29:19 -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 59314 invoked by uid 99); 21 Jul 2015 18:29:19 -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; Tue, 21 Jul 2015 18:29:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E73D7DFFB8; Tue, 21 Jul 2015 18:29:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: xiwang@apache.org To: commits@ambari.apache.org Date: Tue, 21 Jul 2015 18:29:19 -0000 Message-Id: <5d47bd06d31c4c20950b8ff20f3838f1@git.apache.org> In-Reply-To: <99607c8672814bdcb47d717bdd3ccc0d@git.apache.org> References: <99607c8672814bdcb47d717bdd3ccc0d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] ambari git commit: AMBARI-12383. Gauge warning gets overflowed on service summary page.(xiwang) AMBARI-12383. Gauge warning gets overflowed on service summary page.(xiwang) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d4a26ccd Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d4a26ccd Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d4a26ccd Branch: refs/heads/branch-2.1 Commit: d4a26ccd04cf3546c3998461d791d422774e6169 Parents: c02b13e Author: Xi Wang Authored: Fri Jul 10 16:25:18 2015 -0700 Committer: Xi Wang Committed: Tue Jul 21 11:28:31 2015 -0700 ---------------------------------------------------------------------- ambari-web/app/styles/enhanced_service_dashboard.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d4a26ccd/ambari-web/app/styles/enhanced_service_dashboard.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/enhanced_service_dashboard.less b/ambari-web/app/styles/enhanced_service_dashboard.less index a734361..77d03f9 100644 --- a/ambari-web/app/styles/enhanced_service_dashboard.less +++ b/ambari-web/app/styles/enhanced_service_dashboard.less @@ -164,9 +164,10 @@ padding-top: 30px; } .overflow-warning { - font-size: 14px; + font-size: 13px; + font-weight: normal; margin-left: 10px; - padding: 10px 20px; + padding: 7px 7px; } } }