You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by an...@apache.org on 2019/09/25 14:48:53 UTC

[incubator-dlab] 02/08: [DLAB-472]: added positioning fixes on reporting

This is an automated email from the ASF dual-hosted git repository.

ankovalyshyn pushed a commit to branch DLAB-1056
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 8b57048ecb83bf94c2881f02389142cea2dfc3e4
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Wed Sep 25 15:41:59 2019 +0300

    [DLAB-472]: added positioning fixes on reporting
---
 .../reporting/reporting-grid/reporting-grid.component.scss | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/reporting/reporting-grid/reporting-grid.component.scss b/services/self-service/src/main/resources/webapp/src/app/reporting/reporting-grid/reporting-grid.component.scss
index 4b18ec0..c918b41 100644
--- a/services/self-service/src/main/resources/webapp/src/app/reporting/reporting-grid/reporting-grid.component.scss
+++ b/services/self-service/src/main/resources/webapp/src/app/reporting/reporting-grid/reporting-grid.component.scss
@@ -33,9 +33,8 @@
 
   tr {
     th {
-      font-size: 11px;
       padding-right: 5px;
-      z-index: 0 !important;
+      z-index: 2 !important;
     }
 
     td {
@@ -45,6 +44,7 @@
     &.filter-row {
       th {
         padding: 5px;
+        font-size: 13px;
       }
 
       .filter-field {
@@ -52,6 +52,12 @@
       }
 
     }
+
+    &.header-row {
+      th {
+        font-size: 11px;
+      }
+    }
   }
 
   .th_shape {
@@ -66,6 +72,10 @@
     word-wrap: break-word;
   }
 
+  .env_name {
+    width: 16%;
+  }
+
   .th_type {
     width: 12%;
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org