From 1680409755107bf9b856366f1cd632db579c8ee5 Mon Sep 17 00:00:00 2001 From: apapachristou Date: Thu, 10 Sep 2020 11:35:10 +0300 Subject: [PATCH] Style fixes on editor template input field --- .../dataset-editor-details.component.html | 6 +++--- .../dataset-editor-details.component.scss | 3 ++- .../form-composite-field.component.html | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dmp-frontend/src/app/ui/dmp/editor/dataset-editor-details/dataset-editor-details.component.html b/dmp-frontend/src/app/ui/dmp/editor/dataset-editor-details/dataset-editor-details.component.html index e67e51bd7..b66dc49fc 100644 --- a/dmp-frontend/src/app/ui/dmp/editor/dataset-editor-details/dataset-editor-details.component.html +++ b/dmp-frontend/src/app/ui/dmp/editor/dataset-editor-details/dataset-editor-details.component.html @@ -11,7 +11,7 @@ {{'DATASET-EDITOR.FIELDS.DMP' | translate}} {{'DATASET-EDITOR.HINT.TITLE-REST' | translate}}
- + {{formGroup.get('label').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}} @@ -27,7 +27,7 @@ {{'DATASET-EDITOR.FIELDS.DMP' | translate}} {{'DATASET-EDITOR.HINT.TITLE-REST' | translate}}
- + {{formGroup.get('description').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}} @@ -41,7 +41,7 @@
1.3 {{'DATASET-EDITOR.FIELDS.EXTERNAL-LINK' | translate}}
{{'DATASET-EDITOR.HINT.TITLE' | translate}}{{'DATASET-EDITOR.FIELDS.DMP' | translate}}{{'DATASET-EDITOR.HINT.TITLE-REST' | translate}}
- + {{formGroup.get('uri').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}} diff --git a/dmp-frontend/src/app/ui/dmp/editor/dataset-editor-details/dataset-editor-details.component.scss b/dmp-frontend/src/app/ui/dmp/editor/dataset-editor-details/dataset-editor-details.component.scss index efeee1f7b..ff8c96676 100644 --- a/dmp-frontend/src/app/ui/dmp/editor/dataset-editor-details/dataset-editor-details.component.scss +++ b/dmp-frontend/src/app/ui/dmp/editor/dataset-editor-details/dataset-editor-details.component.scss @@ -34,7 +34,8 @@ } .title-form, - .description-form { + .description-form, + .profile-form { text-align: left; font-weight: 400; font-size: 16px; diff --git a/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-composite-field/form-composite-field.component.html b/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-composite-field/form-composite-field.component.html index 4fcb0ed64..ad16c09ff 100644 --- a/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-composite-field/form-composite-field.component.html +++ b/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-composite-field/form-composite-field.component.html @@ -1,6 +1,6 @@
-
+
@@ -22,7 +22,7 @@
-
+