diff --git a/dmp-frontend/src/app/dataset-wizard/dataset-wizard.component.html b/dmp-frontend/src/app/dataset-wizard/dataset-wizard.component.html index 34d568b7c..4bd33e0f8 100644 --- a/dmp-frontend/src/app/dataset-wizard/dataset-wizard.component.html +++ b/dmp-frontend/src/app/dataset-wizard/dataset-wizard.component.html @@ -1,6 +1,12 @@

New {{datasetWizardModel?.dmp?.project?.label}} Dataset

{{datasetWizardModel?.dmp?.project?.label}} Dataset

+ + + +
@@ -16,6 +22,7 @@
@@ -86,7 +93,7 @@ {{'DATASET-WIZARD.THIRD-STEP.TITLE' | translate}} - + diff --git a/dmp-frontend/src/app/dmps/dmp-listing.component.scss b/dmp-frontend/src/app/dmps/dmp-listing.component.scss index 4ad3cb49f..40e52cbb2 100644 --- a/dmp-frontend/src/app/dmps/dmp-listing.component.scss +++ b/dmp-frontend/src/app/dmps/dmp-listing.component.scss @@ -24,4 +24,8 @@ mat-row:hover { background-color: lightgray; -} \ No newline at end of file +} + +mat-row:nth-child(odd){ + background-color:#eef0fb; + } \ No newline at end of file diff --git a/dmp-frontend/src/app/form/dynamic-form.component.html b/dmp-frontend/src/app/form/dynamic-form.component.html index 5617b57ab..d67041f47 100644 --- a/dmp-frontend/src/app/form/dynamic-form.component.html +++ b/dmp-frontend/src/app/form/dynamic-form.component.html @@ -7,10 +7,10 @@
- + (click)="saveFinalize();" type="button">Save and Finalize -->