diff --git a/dmp-frontend/src/app/ui/dmp/dmp-finalize-dialog/dmp-finalize-dialog.component.html b/dmp-frontend/src/app/ui/dmp/dmp-finalize-dialog/dmp-finalize-dialog.component.html index 1eec22dd5..8e3107aa5 100644 --- a/dmp-frontend/src/app/ui/dmp/dmp-finalize-dialog/dmp-finalize-dialog.component.html +++ b/dmp-frontend/src/app/ui/dmp/dmp-finalize-dialog/dmp-finalize-dialog.component.html @@ -1,82 +1,84 @@ -
-
{{ 'DMP-FINALISE-DIALOG.TITLE' | translate }}
-
- close -
-
-
-
- - - - - {{ 'DMP-FINALISE-DIALOG.DMP' | translate }} - - - {{ dmp.label }} - - - {{ dmp.description }} - - - - - {{ 'DMP-FINALISE-DIALOG.DESCRPIPTIONS' | translate }} - - - -
-
- bookmark - bookmark -

- {{ 'TYPES.DESCRIPTION-STATUS.DRAFT' | translate }} - - ({{'DMP-FINALISE-DIALOG.INVALID' | translate}}) - - : - {{ description.label }} - -

-

{{ description.label }}

-
-
-
{{ 'DMP-FINALISE-DIALOG.EMPTY' | translate }}
-
-
- -
-

{{'DMP-FINALISE-DIALOG.FINALISE-TITLE' | translate}}

- -
- - {{ description.label }} - -
-
+
+
+
{{ 'DMP-FINALISE-DIALOG.TITLE' | translate }}
+
+ close
- - {{'DMP-FINALISE-DIALOG.VALIDATION.AT-LEAST-ONE-DESCRPIPTION-FINALISED' | translate}} -
-
-
-
- {{ 'DMP-FINALISE-DIALOG.IMPACT' | translate }} -
-
- {{ 'DMP-FINALISE-DIALOG.PUBLIC-DMP-MESSAGE' | translate }} -
-
- {{ 'DMP-FINALISE-DIALOG.RESTRICTED-DMP-MESSAGE' | translate }} -
-
+
+
+ + + + + {{ 'DMP-FINALISE-DIALOG.DMP' | translate }} + + + {{ dmp.label }} + + + {{ dmp.description }} + + + + + {{ 'DMP-FINALISE-DIALOG.DESCRPIPTIONS' | translate }} + + + +
+
+ bookmark + bookmark +

+ {{ 'TYPES.DESCRIPTION-STATUS.DRAFT' | translate }} + + ({{'DMP-FINALISE-DIALOG.INVALID' | translate}}) + + : + {{ description.label }} + +

+

{{ description.label }}

+
+
+
{{ 'DMP-FINALISE-DIALOG.EMPTY' | translate }}
+
+
-
-
- +
+

{{'DMP-FINALISE-DIALOG.FINALISE-TITLE' | translate}}

+ +
+ + {{ description.label }} + +
+
+
+ + {{'DMP-FINALISE-DIALOG.VALIDATION.AT-LEAST-ONE-DESCRPIPTION-FINALISED' | translate}} + +
-
- +
+
+ {{ 'DMP-FINALISE-DIALOG.IMPACT' | translate }} +
+
+ {{ 'DMP-FINALISE-DIALOG.PUBLIC-DMP-MESSAGE' | translate }} +
+
+ {{ 'DMP-FINALISE-DIALOG.RESTRICTED-DMP-MESSAGE' | translate }} +
-
\ No newline at end of file + +
+
+ +
+
+ +
+
+
diff --git a/dmp-frontend/src/app/ui/dmp/dmp-finalize-dialog/dmp-finalize-dialog.component.scss b/dmp-frontend/src/app/ui/dmp/dmp-finalize-dialog/dmp-finalize-dialog.component.scss index c18623a32..30161d75a 100644 --- a/dmp-frontend/src/app/ui/dmp/dmp-finalize-dialog/dmp-finalize-dialog.component.scss +++ b/dmp-frontend/src/app/ui/dmp/dmp-finalize-dialog/dmp-finalize-dialog.component.scss @@ -1,3 +1,7 @@ +.finalize-dialog-wrapper { + padding: 1.0rem; +} + .styleBorder { border: 0.2em solid lightgray; border-radius: 0.5em;