diff --git a/dmp-frontend/src/app/ui/dashboard/dashboard.component.html b/dmp-frontend/src/app/ui/dashboard/dashboard.component.html index 68a5e6156..c4237993d 100644 --- a/dmp-frontend/src/app/ui/dashboard/dashboard.component.html +++ b/dmp-frontend/src/app/ui/dashboard/dashboard.component.html @@ -42,7 +42,7 @@
- +
@@ -70,7 +70,7 @@
{{'DASHBOARD.EMPTY-LIST' | translate}}
-
diff --git a/dmp-frontend/src/app/ui/dashboard/dashboard.component.scss b/dmp-frontend/src/app/ui/dashboard/dashboard.component.scss index de6698e62..88c19f0e9 100644 --- a/dmp-frontend/src/app/ui/dashboard/dashboard.component.scss +++ b/dmp-frontend/src/app/ui/dashboard/dashboard.component.scss @@ -352,8 +352,6 @@ input[type="text"] { } .add-dataset { - width: 142px; - height: 40px; background: var(--secondary-color) 0% 0% no-repeat padding-box; box-shadow: 0px 3px 6px #1e202029; border-radius: 30px; diff --git a/dmp-frontend/src/app/ui/description/start-new-description-dialog/start-new-description-dialog.component.html b/dmp-frontend/src/app/ui/description/start-new-description-dialog/start-new-description-dialog.component.html index 16d0ce7a2..4849b6993 100644 --- a/dmp-frontend/src/app/ui/description/start-new-description-dialog/start-new-description-dialog.component.html +++ b/dmp-frontend/src/app/ui/description/start-new-description-dialog/start-new-description-dialog.component.html @@ -1,11 +1,15 @@
-
- {{'DASHBOARD.SELECT-DMP' | translate}} - close +
+
+ {{'DASHBOARD.SELECT-DMP' | translate}} +
+
+ close +
-
-
- +
+
+
@@ -18,7 +22,7 @@
-
+
{{'DASHBOARD.ADD-NEW-DATASET.OPTIONS-NOT-ENOUGH' | translate}} {{'DASHBOARD.ADD-NEW-DATASET.START-NEW-DMP' | translate}}
diff --git a/dmp-frontend/src/app/ui/description/start-new-description-dialog/start-new-description-dialog.component.scss b/dmp-frontend/src/app/ui/description/start-new-description-dialog/start-new-description-dialog.component.scss index 8120bcac7..5f51075b8 100644 --- a/dmp-frontend/src/app/ui/description/start-new-description-dialog/start-new-description-dialog.component.scss +++ b/dmp-frontend/src/app/ui/description/start-new-description-dialog/start-new-description-dialog.component.scss @@ -5,7 +5,7 @@ .form-container { width: 33rem; min-height: 14rem; - padding: 1.0rem; + padding: 2.0rem; } .logo { @@ -66,7 +66,7 @@ min-width: 101px; border: 1px solid var(--primary-color); border-radius: 30px; opacity: 1; -min-width: 101px; + min-width: 101px; height: 43px; color: var(--primary-color); font-weight: 500; @@ -101,10 +101,10 @@ min-width: 101px; } ::ng-deep .dmp-form .mat-form-field-appearance-outline .mat-form-field-outline { - background: #fafafa !important; + // background: #fafafa !important; } ::ng-deep .dmp-form .mat-form-field-appearance-outline .mat-form-field-infix { - font-size: 1rem; - padding: 0.6em 0 1em 0 !important; + // font-size: 1rem; + // padding: 0.6em 0 1em 0 !important; }