You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/12/15 14:09:58 UTC

[28/50] [abbrv] ignite git commit: IGNITE-7172 Fix minor CSS issues.

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/ignite-zk-ce
Commit: 24412f52f532c6e22c11f41c18d747400ac6891f
Parents: e6489ea
Author: Ilya Borisov <kl...@gmail.com>
Authored: Wed Dec 13 11:19:10 2017 +0700
Committer: Andrey Novikov <an...@gridgain.com>
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;