From c2dbeb68d343aa62e05211eac74894b5008b0b91 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Tue, 7 Apr 2020 00:34:00 +0200 Subject: [PATCH] Small fix : - Login icon - Typo form text - Typo footer --- custom_portal.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/custom_portal.css b/custom_portal.css index a1fcd7b..095e886 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -171,7 +171,7 @@ body { input[type="submit"] { border: 0; background-image: url("pictures/picto.jpg"); - background-position: 0 52px; + background-position: 0 -102px; background-repeat: repeat-y; background-color: #5d5446; @@ -339,7 +339,7 @@ body.logged, .logged .content { border-top: 2px #c2a593 solid; } .logged .footer a { - font-family: 'NotoSans', serif; + font-family: 'NotoSansBold', serif; font-size: .9em; text-decoration: none; color: #c2a593; @@ -484,6 +484,7 @@ body.logged, .logged .content { color: #c2a593; background: url("pictures/picto.jpg") no-repeat 0 -156px #5d5446; padding-left: 60px; + font-family: 'NotoSansBold', serif; } .edit .large-btn {