From 553fd0504062d87228b348ed0bc395a8a076d5fa Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Tue, 19 Mar 2024 11:13:32 +0200 Subject: [PATCH] styling changes *warning popup (on my-descriptions>edit>finalize) and save-expandable-button (on my-descriptions>edit) --- .../ui/description/editor/description-editor.component.html | 4 ++-- .../form-validation-errors-dialog.component.html | 6 +++--- .../form-validation-errors-dialog.component.scss | 3 +-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/dmp-frontend/src/app/ui/description/editor/description-editor.component.html b/dmp-frontend/src/app/ui/description/editor/description-editor.component.html index 44ba7f5cd..468f06276 100644 --- a/dmp-frontend/src/app/ui/description/editor/description-editor.component.html +++ b/dmp-frontend/src/app/ui/description/editor/description-editor.component.html @@ -59,10 +59,10 @@ {{ 'DESCRIPTION-EDITOR.ACTIONS.SAVE' | translate }} - + expand_more - + expand_more diff --git a/dmp-frontend/src/common/forms/form-validation-errors-dialog/form-validation-errors-dialog.component.html b/dmp-frontend/src/common/forms/form-validation-errors-dialog/form-validation-errors-dialog.component.html index e36977ed5..8171c6429 100644 --- a/dmp-frontend/src/common/forms/form-validation-errors-dialog/form-validation-errors-dialog.component.html +++ b/dmp-frontend/src/common/forms/form-validation-errors-dialog/form-validation-errors-dialog.component.html @@ -1,9 +1,9 @@
-
+
{{'GENERAL.FORM-VALIDATION-DISPLAY-DIALOG.WARNING' | translate}} close
-
+
    @@ -15,7 +15,7 @@
-
+
diff --git a/dmp-frontend/src/common/forms/form-validation-errors-dialog/form-validation-errors-dialog.component.scss b/dmp-frontend/src/common/forms/form-validation-errors-dialog/form-validation-errors-dialog.component.scss index 53d39107a..e011c0939 100644 --- a/dmp-frontend/src/common/forms/form-validation-errors-dialog/form-validation-errors-dialog.component.scss +++ b/dmp-frontend/src/common/forms/form-validation-errors-dialog/form-validation-errors-dialog.component.scss @@ -1,6 +1,6 @@ .form-content-editor-content { width: 33rem; - min-height: 14rem; + min-height: 15rem; padding: 0.28rem 0.34rem 0rem 0.625rem; } @@ -23,7 +23,6 @@ .content { margin: 2.17rem 0rem 1.1875rem 0rem; - min-height: 6rem; } .text {