From f0bedb1c7154756fec25023bffab967bb8ece47d Mon Sep 17 00:00:00 2001 From: apapachristou Date: Thu, 2 May 2019 18:40:39 +0300 Subject: [PATCH] Fixes: Hidden number at listing item, Progress Bar position, color of sidebar-footer --- .../ui/dmp/listing/listing-item/dmp-listing-item.component.html | 2 +- dmp-frontend/src/app/ui/navbar/navbar.component.scss | 2 +- .../app/ui/sidebar/sidebar-footer/sidebar-footer.component.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dmp-frontend/src/app/ui/dmp/listing/listing-item/dmp-listing-item.component.html b/dmp-frontend/src/app/ui/dmp/listing/listing-item/dmp-listing-item.component.html index c0341f3f9..0add25bb7 100644 --- a/dmp-frontend/src/app/ui/dmp/listing/listing-item/dmp-listing-item.component.html +++ b/dmp-frontend/src/app/ui/dmp/listing/listing-item/dmp-listing-item.component.html @@ -9,7 +9,7 @@
storage -

{{dmp.associatedProfiles.length}}

+

{{dmp.associatedProfiles.length}}

{{profile.label}}
diff --git a/dmp-frontend/src/app/ui/navbar/navbar.component.scss b/dmp-frontend/src/app/ui/navbar/navbar.component.scss index ebe91812e..7a645a378 100644 --- a/dmp-frontend/src/app/ui/navbar/navbar.component.scss +++ b/dmp-frontend/src/app/ui/navbar/navbar.component.scss @@ -9,7 +9,7 @@ $mat-card-header-size: 40px !default; .progress-bar { top: 70px; left: 0; - position: fixed; + position: absolute; width: 100%; z-index: 1; } diff --git a/dmp-frontend/src/app/ui/sidebar/sidebar-footer/sidebar-footer.component.css b/dmp-frontend/src/app/ui/sidebar/sidebar-footer/sidebar-footer.component.css index 7eac55b11..16a890fdb 100644 --- a/dmp-frontend/src/app/ui/sidebar/sidebar-footer/sidebar-footer.component.css +++ b/dmp-frontend/src/app/ui/sidebar/sidebar-footer/sidebar-footer.component.css @@ -4,7 +4,7 @@ margin: 5px 15px; padding: 5px; color: rgb(117, 117, 117); - background-color: #fafafa; + background-color: #ffffff; box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 255, 255, 0.4); }