diff --git a/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.html b/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.html index f039ca436..36590dedc 100644 --- a/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.html +++ b/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.html @@ -22,6 +22,7 @@ {{'DMP-EDITOR.ACTIONS.SAVE' | translate}} + @@ -55,7 +56,8 @@
- + + @@ -79,9 +81,8 @@
  • {{'DMP-EDITOR.STEPPER.DATASET-INFO' | translate}}
  • -
    {{'DMP-EDITOR.STEPPER.DATASET' | translate}} - check{{'TYPES.DATASET-STATUS.FINALISED' | translate}} -
    +
    {{'DMP-EDITOR.STEPPER.DATASET' | translate}}
    + check{{'TYPES.DATASET-STATUS.FINALISED' | translate}} diff --git a/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss b/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss index 3442846bf..f99a170e4 100644 --- a/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss +++ b/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss @@ -379,6 +379,16 @@ a:hover { .status-icon { font-size: 1.2em; color: #a7a7a7; + vertical-align: text-top; +} + +.cursor-default { + cursor: default; +} + +.finalized-label { + font-weight: 400; + font-size: 0.875rem; } // ::ng-deep .mat-tab-labels {