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 4DBB8200D5B for ; Wed, 13 Dec 2017 09:11:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4C28E160C23; Wed, 13 Dec 2017 08:11:01 +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 93767160C16 for ; Wed, 13 Dec 2017 09:11:00 +0100 (CET) Received: (qmail 83435 invoked by uid 500); 13 Dec 2017 08:10:59 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 83421 invoked by uid 99); 13 Dec 2017 08:10:59 -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; Wed, 13 Dec 2017 08:10:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B6AAFDFFD9; Wed, 13 Dec 2017 08:10:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anovikov@apache.org To: commits@ignite.apache.org Message-Id: <549dfd0ecf904a02ab452894f8cb8a1a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ignite git commit: IGNITE-7172 Fix minor CSS issues. Date: Wed, 13 Dec 2017 08:10:56 +0000 (UTC) archived-at: Wed, 13 Dec 2017 08:11:01 -0000 Repository: ignite Updated Branches: refs/heads/master e6489ea18 -> 24412f52f IGNITE-7172 Fix minor CSS issues. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/24412f52 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/24412f52 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/24412f52 Branch: refs/heads/master Commit: 24412f52f532c6e22c11f41c18d747400ac6891f Parents: e6489ea Author: Ilya Borisov Authored: Wed Dec 13 11:19:10 2017 +0700 Committer: Andrey Novikov Committed: Wed Dec 13 14:58:26 2017 +0700 ---------------------------------------------------------------------- .../frontend/app/components/page-queries/style.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/24412f52/modules/web-console/frontend/app/components/page-queries/style.scss ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/components/page-queries/style.scss b/modules/web-console/frontend/app/components/page-queries/style.scss index 1f315e8..a937abf 100644 --- a/modules/web-console/frontend/app/components/page-queries/style.scss +++ b/modules/web-console/frontend/app/components/page-queries/style.scss @@ -45,6 +45,7 @@ page-queries { top: 18px; left: 14px; width: 14px; + color: inherit; } ul { @@ -56,6 +57,7 @@ page-queries { .group { background: white; + border-style: solid; .group-legend { label { @@ -63,13 +65,15 @@ page-queries { font-size: 12px; color: $gray-light; - background: none; - padding-left: 0; + background: #fcfcfc; + padding: 0; + vertical-align: 1px; } } .group-content { height: 66px; + border-radius: 5px; margin: 0; padding: 5px 0;