diff --git a/dmp-frontend/src/app/ui/admin/dataset-profile/editor/dataset-profile-editor.component.scss b/dmp-frontend/src/app/ui/admin/dataset-profile/editor/dataset-profile-editor.component.scss index cdba2f1cc..bc01a5020 100644 --- a/dmp-frontend/src/app/ui/admin/dataset-profile/editor/dataset-profile-editor.component.scss +++ b/dmp-frontend/src/app/ui/admin/dataset-profile/editor/dataset-profile-editor.component.scss @@ -1,4 +1,6 @@ .dataset-profile-editor { + margin-top: 6.3rem; + .full-width { width: 100%; } diff --git a/dmp-frontend/src/app/ui/admin/dataset-profile/listing/dataset-profile-listing.component.html b/dmp-frontend/src/app/ui/admin/dataset-profile/listing/dataset-profile-listing.component.html index b0e01d2c1..bd754914e 100644 --- a/dmp-frontend/src/app/ui/admin/dataset-profile/listing/dataset-profile-listing.component.html +++ b/dmp-frontend/src/app/ui/admin/dataset-profile/listing/dataset-profile-listing.component.html @@ -1,4 +1,4 @@ -
+

{{titlePrefix}} {{'DATASET-PROFILE-LISTING.TITLE' | translate}}

diff --git a/dmp-frontend/src/app/ui/admin/dataset-profile/listing/dataset-profile-listing.component.scss b/dmp-frontend/src/app/ui/admin/dataset-profile/listing/dataset-profile-listing.component.scss index 2eb955561..2308f6c79 100644 --- a/dmp-frontend/src/app/ui/admin/dataset-profile/listing/dataset-profile-listing.component.scss +++ b/dmp-frontend/src/app/ui/admin/dataset-profile/listing/dataset-profile-listing.component.scss @@ -1,3 +1,7 @@ +.dataset-profile-listing { + margin-top: 6rem; +} + .mat-table { margin: 24px; } diff --git a/dmp-frontend/src/app/ui/admin/dmp-profile/editor/dmp-profile-editor.component.scss b/dmp-frontend/src/app/ui/admin/dmp-profile/editor/dmp-profile-editor.component.scss index b0459dd25..58b3b99c6 100644 --- a/dmp-frontend/src/app/ui/admin/dmp-profile/editor/dmp-profile-editor.component.scss +++ b/dmp-frontend/src/app/ui/admin/dmp-profile/editor/dmp-profile-editor.component.scss @@ -1,4 +1,6 @@ .dmp-profile-editor { + margin-top: 6.3rem; + .centered-row-item { align-items: center; display: flex; diff --git a/dmp-frontend/src/app/ui/admin/dmp-profile/listing/dmp-profile-listing.component.scss b/dmp-frontend/src/app/ui/admin/dmp-profile/listing/dmp-profile-listing.component.scss index fe822c9c8..c89bf8721 100644 --- a/dmp-frontend/src/app/ui/admin/dmp-profile/listing/dmp-profile-listing.component.scss +++ b/dmp-frontend/src/app/ui/admin/dmp-profile/listing/dmp-profile-listing.component.scss @@ -3,6 +3,8 @@ } .dmp-profile-listing { + margin-top: 6.3rem; + .mat-row { cursor: pointer; } diff --git a/dmp-frontend/src/app/ui/admin/user/listing/user-listing.component.html b/dmp-frontend/src/app/ui/admin/user/listing/user-listing.component.html index f0cf640ed..b7a00fe7b 100644 --- a/dmp-frontend/src/app/ui/admin/user/listing/user-listing.component.html +++ b/dmp-frontend/src/app/ui/admin/user/listing/user-listing.component.html @@ -1,10 +1,13 @@ 
-

{{'USERS.LISTING.TITLE' | translate}}

- -
+
+

{{'USERS.LISTING.TITLE' | translate}}

+
+ +
+
diff --git a/dmp-frontend/src/app/ui/admin/user/listing/user-listing.component.scss b/dmp-frontend/src/app/ui/admin/user/listing/user-listing.component.scss index e7a607be4..eacec96b8 100644 --- a/dmp-frontend/src/app/ui/admin/user/listing/user-listing.component.scss +++ b/dmp-frontend/src/app/ui/admin/user/listing/user-listing.component.scss @@ -3,12 +3,14 @@ } .user-listing { + margin-top: 6rem; + .mat-card { margin: 1em 0; } mat-row:hover { - background-color: lightgray; + // background-color: lightgray; } mat-row:nth-child(odd) { diff --git a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.scss b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.scss index ab8703182..5b6e350d1 100644 --- a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.scss +++ b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.scss @@ -387,8 +387,10 @@ height: calc(100vh - 218px); } } + form { - height: calc(100vh - 124px); + height: calc(100vh - 124px); + margin-top: 6rem; } .stepper-actions { diff --git a/dmp-frontend/src/app/ui/dataset/overview/dataset-overview.component.html b/dmp-frontend/src/app/ui/dataset/overview/dataset-overview.component.html index 152a6347b..01fccc688 100644 --- a/dmp-frontend/src/app/ui/dataset/overview/dataset-overview.component.html +++ b/dmp-frontend/src/app/ui/dataset/overview/dataset-overview.component.html @@ -1,4 +1,4 @@ -
+
diff --git a/dmp-frontend/src/app/ui/dataset/overview/dataset-overview.component.scss b/dmp-frontend/src/app/ui/dataset/overview/dataset-overview.component.scss index e6dedf2da..cfbe6ccb6 100644 --- a/dmp-frontend/src/app/ui/dataset/overview/dataset-overview.component.scss +++ b/dmp-frontend/src/app/ui/dataset/overview/dataset-overview.component.scss @@ -3,6 +3,10 @@ padding: 2em; } +.dataset-overview { + margin-top: 5rem; +} + // ********ICONS******** .back-icon { diff --git a/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss b/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss index a833c7e0a..99891458e 100644 --- a/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss +++ b/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss @@ -10,6 +10,7 @@ form { height: calc(100vh - 124px); + margin-top: 6rem; } a { diff --git a/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html b/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html index cd089a02f..9b405d02f 100644 --- a/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html +++ b/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html @@ -1,4 +1,4 @@ -
+
diff --git a/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.scss b/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.scss index 812b2daae..825c73c00 100644 --- a/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.scss +++ b/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.scss @@ -3,6 +3,10 @@ padding: 2em; } +.dmp-overview { + margin-top: 5rem; +} + // ********ICONS******** .back-icon { diff --git a/dmp-frontend/src/app/ui/user-guide-editor/user-guide-editor.component.html b/dmp-frontend/src/app/ui/user-guide-editor/user-guide-editor.component.html index dfee70317..10e98c8db 100644 --- a/dmp-frontend/src/app/ui/user-guide-editor/user-guide-editor.component.html +++ b/dmp-frontend/src/app/ui/user-guide-editor/user-guide-editor.component.html @@ -1,6 +1,6 @@
-
+
{{'GUIDE.TITLE' | translate}}
@@ -21,8 +21,8 @@ }" formControlName="html">
-
diff --git a/dmp-frontend/src/app/ui/user-guide-editor/user-guide-editor.component.scss b/dmp-frontend/src/app/ui/user-guide-editor/user-guide-editor.component.scss index 341b95343..b1a0769e8 100644 --- a/dmp-frontend/src/app/ui/user-guide-editor/user-guide-editor.component.scss +++ b/dmp-frontend/src/app/ui/user-guide-editor/user-guide-editor.component.scss @@ -1,6 +1,7 @@ .user-guide-editor { padding-top: 5em; padding-bottom: 2em; + margin-top: 1em; .save-btn { padding-top: inherit !important; @@ -8,6 +9,6 @@ width: 56px !important; bottom: 10px; position: fixed; - right: 10px; + right: 40px; } } diff --git a/dmp-frontend/src/assets/i18n/de.json b/dmp-frontend/src/assets/i18n/de.json index 0e44528f0..ce0e61148 100644 --- a/dmp-frontend/src/assets/i18n/de.json +++ b/dmp-frontend/src/assets/i18n/de.json @@ -611,7 +611,7 @@ "ERROR": { "DELETED-DMP": "Der angeforderte DMP ist gelöscht", "FORBIDEN-DMP": "Sie sind nicht berechtigt auf diesen DMP zuzugreifen" - }, + }, "MULTIPLE-DIALOG": { "ZENODO-LOGIN": "Login with Zenodo", "USE-DEFAULT": "Use Default Token" @@ -1108,7 +1108,7 @@ "SOURCES": "Quellen", "SOURCE:": "Quelle: ", "NO-SOURCE": "Nicht mit Quelle verknüpfen", - "OUTPUT": "Output" , + "OUTPUT": "Output", "SELECT": "Select" }, "DMP": { @@ -1280,7 +1280,8 @@ "GUIDE": { "TITLE": "Benutzerhandbuch", "TITLE-DASHED": "-Benutzerhandbuch-", - "CLOSE": "Schließen" + "CLOSE": "Schließen", + "SAVE": "Speichern" }, "PRIVACY-POLICY": { "TITLE": "-Datenschutzrichtlinie-", diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 31386cabf..f0b8b490b 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -1280,7 +1280,8 @@ "GUIDE": { "TITLE": "User Guide", "TITLE-DASHED": "-User Guide-", - "CLOSE": "Close" + "CLOSE": "Close", + "SAVE": "Save" }, "PRIVACY-POLICY": { "TITLE": "-Privacy Policy-", diff --git a/dmp-frontend/src/assets/i18n/es.json b/dmp-frontend/src/assets/i18n/es.json index 90b87f04e..067313e83 100644 --- a/dmp-frontend/src/assets/i18n/es.json +++ b/dmp-frontend/src/assets/i18n/es.json @@ -1280,7 +1280,8 @@ "GUIDE": { "TITLE": "Guía de usuario", "TITLE-DASHED": "-Guía de usuario-", - "CLOSE": "Cerrar" + "CLOSE": "Cerrar", + "SAVE": "Save" }, "PRIVACY-POLICY": { "TITLE": "-Política de privacidad-", diff --git a/dmp-frontend/src/assets/i18n/gr.json b/dmp-frontend/src/assets/i18n/gr.json index 1311e377d..9c5f00256 100644 --- a/dmp-frontend/src/assets/i18n/gr.json +++ b/dmp-frontend/src/assets/i18n/gr.json @@ -1280,7 +1280,8 @@ "GUIDE": { "TITLE": "Οδηγός Χρήστη", "TITLE-DASHED": "-Οδηγός Χρήστη-", - "CLOSE": "Κλείσιμο" + "CLOSE": "Κλείσιμο", + "SAVE": "Αποθήκευση" }, "PRIVACY-POLICY": { "TITLE": "-Πολιτική Απορρήτου-", diff --git a/dmp-frontend/src/assets/i18n/sk.json b/dmp-frontend/src/assets/i18n/sk.json index dac877f2f..5b4305a9f 100644 --- a/dmp-frontend/src/assets/i18n/sk.json +++ b/dmp-frontend/src/assets/i18n/sk.json @@ -1280,7 +1280,8 @@ "GUIDE": { "TITLE": "Používateľská príručka", "TITLE-DASHED": "-Používateľská príručka-", - "CLOSE": "Zavrieť" + "CLOSE": "Zavrieť", + "SAVE": "Uložiť" }, "PRIVACY-POLICY": { "TITLE": "-Zásady ochrany súkromných údajov-", diff --git a/dmp-frontend/src/assets/i18n/tr.json b/dmp-frontend/src/assets/i18n/tr.json index de239b6f0..a252b163c 100644 --- a/dmp-frontend/src/assets/i18n/tr.json +++ b/dmp-frontend/src/assets/i18n/tr.json @@ -1280,7 +1280,8 @@ "GUIDE": { "TITLE": "Kullanıcı Rehberi", "TITLE-DASHED": "-Kullanıcı Rehberi-", - "CLOSE": "Kapat" + "CLOSE": "Kapat", + "SAVE": "Kaydet" }, "PRIVACY-POLICY": { "TITLE": "-Gizlilik Politikası-",