diff --git a/dmp-frontend/src/app/ui/dmp/editor/datasets-tab/datasets-tab.component.html b/dmp-frontend/src/app/ui/dmp/editor/datasets-tab/datasets-tab.component.html index ac6958b70..c19c46f09 100644 --- a/dmp-frontend/src/app/ui/dmp/editor/datasets-tab/datasets-tab.component.html +++ b/dmp-frontend/src/app/ui/dmp/editor/datasets-tab/datasets-tab.component.html @@ -1,15 +1,21 @@
-
- add{{ 'DMP-LISTING.ACTIONS.ADD-DATASET' | translate }} +
+
+ +
-
+
bookmark bookmark -

{{ 'TYPES.DATASET-STATUS.DRAFT' | translate }}: {{ dataset.label }}

+

{{ 'TYPES.DATASET-STATUS.DRAFT' | translate }}: + {{ dataset.label }}

{{ dataset.label }}

{{ dataset.profile }}
diff --git a/dmp-frontend/src/app/ui/dmp/editor/datasets-tab/datasets-tab.component.scss b/dmp-frontend/src/app/ui/dmp/editor/datasets-tab/datasets-tab.component.scss index f73b2294b..b6edcaa28 100644 --- a/dmp-frontend/src/app/ui/dmp/editor/datasets-tab/datasets-tab.component.scss +++ b/dmp-frontend/src/app/ui/dmp/editor/datasets-tab/datasets-tab.component.scss @@ -65,9 +65,9 @@ display: flex; justify-content: flex-end; margin-top: 1.5em; - padding-right: 2em; + padding: 0.5em 0.8em; cursor: pointer; - color: #0070c0; + background-color: rgb(248, 248, 248); } h4 span {