diff --git a/dmp-frontend/src/app/ui/dashboard/dashboard.component.html b/dmp-frontend/src/app/ui/dashboard/dashboard.component.html index 2eef6acd7..fdd46512a 100644 --- a/dmp-frontend/src/app/ui/dashboard/dashboard.component.html +++ b/dmp-frontend/src/app/ui/dashboard/dashboard.component.html @@ -37,7 +37,7 @@ buttonRedirectLink="/projects/new" icon="work_outline">
-
diff --git a/dmp-frontend/src/app/ui/dashboard/info-counter/info-counter.component.html b/dmp-frontend/src/app/ui/dashboard/info-counter/info-counter.component.html index 5d90670ce..e66c8d8cb 100644 --- a/dmp-frontend/src/app/ui/dashboard/info-counter/info-counter.component.html +++ b/dmp-frontend/src/app/ui/dashboard/info-counter/info-counter.component.html @@ -1,6 +1,9 @@
-
+
+ {{ icon }} +
+
{{ icon }}

{{ title | translate }}

@@ -10,7 +13,8 @@
diff --git a/dmp-frontend/src/app/ui/dashboard/info-counter/info-counter.component.spec.ts b/dmp-frontend/src/app/ui/dashboard/info-counter/info-counter.component.spec.ts deleted file mode 100644 index 323ef79b5..000000000 --- a/dmp-frontend/src/app/ui/dashboard/info-counter/info-counter.component.spec.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { async, ComponentFixture, TestBed } from '@angular/core/testing'; - -import { InfoCounterComponent } from './info-counter.component'; - -describe('InfoCounterComponent', () => { - let component: InfoCounterComponent; - let fixture: ComponentFixture; - - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [ InfoCounterComponent ] - }) - .compileComponents(); - })); - - beforeEach(() => { - fixture = TestBed.createComponent(InfoCounterComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/dmp-frontend/src/app/ui/dashboard/wizard/wizard.component.css b/dmp-frontend/src/app/ui/dashboard/wizard/wizard.component.css index 87ca6e700..712bf267a 100644 --- a/dmp-frontend/src/app/ui/dashboard/wizard/wizard.component.css +++ b/dmp-frontend/src/app/ui/dashboard/wizard/wizard.component.css @@ -3,8 +3,8 @@ } .play_circle { - display: inline-block; - float: right; + display: flex; + align-self: center; margin: 0px 10px 0px 0px; font-size: 40px; } diff --git a/dmp-frontend/src/app/ui/dashboard/wizard/wizard.component.html b/dmp-frontend/src/app/ui/dashboard/wizard/wizard.component.html index 4de8ffdfe..602b338ab 100644 --- a/dmp-frontend/src/app/ui/dashboard/wizard/wizard.component.html +++ b/dmp-frontend/src/app/ui/dashboard/wizard/wizard.component.html @@ -1,10 +1,10 @@
-
-
-

{{ title }}

+
+
+

{{ title }}

{{ subtitle }}

- {{ icon }} + {{ icon }}
diff --git a/dmp-frontend/src/assets/css/demo.css b/dmp-frontend/src/assets/css/demo.css index 5df37668f..040ac2225 100644 --- a/dmp-frontend/src/assets/css/demo.css +++ b/dmp-frontend/src/assets/css/demo.css @@ -142,6 +142,10 @@ h6 { cursor: pointer; } +.card-icon-nocursor { + cursor: default !important; +} + .card .card-header-default .card-icon, .card .card-header-default .card-text, .card .card-header-default:not(.card-header-icon):not(.card-header-text), .card.bg-warning, .card.card-rotate.bg-warning .front, .card.card-rotate.bg-warning .back { background: linear-gradient(60deg, #fff, #fff); } @@ -261,6 +265,12 @@ h6 { color: rgb(46, 117, 182); } +.view-all-hidden { + visibility: hidden; + margin-top: 10px; + margin-right: 10px; +} + .card-header-plain h4 { color: black !important; } diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index e6653887f..bb283ec87 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -762,6 +762,7 @@ "MY-PROJECTS": "My Projects", "PROJECTS": "Projects", "MY-DMPS": "My DMPs", + "ORGANIZATIONS": "Related Organizations", "DMPS": "DMPs", "MY-DATASETS": "My Dataset Descriptions", "DATASETS": "Datasets",