From 1eac875ef485c134e5376d61b7488ff221ffb7ca Mon Sep 17 00:00:00 2001 From: Holger Stolzenberg Date: Sat, 9 Mar 2024 12:00:57 +0100 Subject: [PATCH] Some small CSS and title updates --- src/app/map/map.component.scss | 12 ++++++------ src/assets/i18n/de.json | 2 +- src/assets/i18n/en.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/map/map.component.scss b/src/app/map/map.component.scss index 3c3b9c5..a6778b7 100644 --- a/src/app/map/map.component.scss +++ b/src/app/map/map.component.scss @@ -30,8 +30,8 @@ div.metrics { font-size: 10pt; font-family: "Courier New", serif; padding: 5pt; - top: 20pt; - left: 20pt; + top: 10pt; + left: 10pt; background-color: typography.$primary; z-index: 1; border: 2px solid typography.$secondary; @@ -52,8 +52,8 @@ div.metrics { div.attribution { position: fixed; - left:20pt; - bottom: 20pt; + left: 10pt; + bottom: 10pt; margin: 0; border: 1px solid blue; z-index: 1; @@ -92,10 +92,10 @@ div.map { div.loaderContainer { position: absolute; - bottom: 20pt; + bottom: 10pt; width: 120pt; height: 20pt; - left: 230pt; + left: 220pt; } .loader, diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index 545a7da..ef00e47 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -3,7 +3,7 @@ "not-implemented": "Feature nicht implementiert" }, "header": { - "title": "Europas Städte" + "title": "Europäische Geo Informationen" }, "toolbar": { "reset": "Karte zurücksetzen", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 492a269..be7c103 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -3,7 +3,7 @@ "not-implemented": "Feature not implemented" }, "header": { - "title": "Cities of Europe" + "title": "European Geo Information" }, "toolbar": { "reset": "Reset map",