diff --git a/pmp-ui/src/app/features/resources/shared/dialog/dialog.component.html b/pmp-ui/src/app/features/resources/shared/dialog/dialog.component.html index 0c8451531..b1f523982 100644 --- a/pmp-ui/src/app/features/resources/shared/dialog/dialog.component.html +++ b/pmp-ui/src/app/features/resources/shared/dialog/dialog.component.html @@ -199,18 +199,20 @@

{{ "filters.titleTxt" | translate }}

- - +
+ + +
{{ input.title }}
diff --git a/pmp-ui/src/app/shared/dialog/dialog.component.html b/pmp-ui/src/app/shared/dialog/dialog.component.html index bbadcd331..5414fdb51 100644 --- a/pmp-ui/src/app/shared/dialog/dialog.component.html +++ b/pmp-ui/src/app/shared/dialog/dialog.component.html @@ -247,18 +247,20 @@

{{ "filters.titleTxt" | translate }}

- - +
+ + +
{{ input.title }}
@@ -275,12 +277,14 @@

{{ "filters.titleTxt" | translate }}

- +
+ +
{{ input.title }}
diff --git a/pmp-ui/src/styles.scss b/pmp-ui/src/styles.scss index e31b09c37..873ad4d9b 100644 --- a/pmp-ui/src/styles.scss +++ b/pmp-ui/src/styles.scss @@ -14,7 +14,9 @@ html { font-size: 14px; } .success-img { - margin: 16px 0 0 42%; + /*margin: 16px 0 0 42%;*/ + position: fixed; + left: 50%; } .spinner-placer { margin: 20% 0 0 40%;