From d2a53c483c41a7375f1fb6a8e4283ade9ea9b68d Mon Sep 17 00:00:00 2001 From: Tero Date: Mon, 7 Sep 2026 21:20:47 +0300 Subject: [PATCH] modifications to login page --- eternity/images/logo.svg | 10 ++++++++++ eternity/styles/styles.css | 13 ++++++------- 2 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 eternity/images/logo.svg diff --git a/eternity/images/logo.svg b/eternity/images/logo.svg new file mode 100644 index 0000000..39e7a49 --- /dev/null +++ b/eternity/images/logo.svg @@ -0,0 +1,10 @@ + + + + + + + + ETERNITY + PROJECT / FI + diff --git a/eternity/styles/styles.css b/eternity/styles/styles.css index dc806b9..74c4c84 100644 --- a/eternity/styles/styles.css +++ b/eternity/styles/styles.css @@ -71,7 +71,6 @@ body .link:hover, color: var(--orange); } -#logo, #layout > .header, #layout-sidebar .header, #layout-list .header, @@ -80,11 +79,10 @@ body .link:hover, } #logo { - max-height: 100px; - max-width: 100%; - font-family: var(--font-family-monospace); - font-weight: 500; - letter-spacing: 1px; + max-height: 60px; + max-width: 260px; + width: auto; + height: auto; } /* Guard the login layout in case the parent Elastic stylesheet did not load @@ -105,7 +103,8 @@ body.task-login #logo { display: inline-block; position: relative; top: 16vh; - max-height: 100px; + max-height: 60px; + max-width: 260px; } #login-form {