diff --git a/eternity/images/favicon.svg b/eternity/images/favicon.svg new file mode 100644 index 0000000..c747043 --- /dev/null +++ b/eternity/images/favicon.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/eternity/meta.json b/eternity/meta.json index 50655a9..fbb6a25 100644 --- a/eternity/meta.json +++ b/eternity/meta.json @@ -6,6 +6,7 @@ "extends": "elastic", "localization": false, "config": { - "product_name": "eternityproject.fi" + "product_name": "eternityproject.fi", + "favicon": "/images/favicon.svg" } } diff --git a/eternity/styles/styles.css b/eternity/styles/styles.css index 74c4c84..a3cba25 100644 --- a/eternity/styles/styles.css +++ b/eternity/styles/styles.css @@ -283,8 +283,8 @@ select:focus, /* Keep loading/error notifications away from the credential fields instead of stacking over the password box. */ body.task-login #messagestack { - top: 1rem; - bottom: auto; + top: auto; + bottom: 1rem; left: 50%; right: auto; transform: translateX(-50%);