From 2f23de99f98d946b0645d7fe77108151d83f9064 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Tue, 7 Apr 2020 01:04:31 +0200 Subject: [PATCH] Fix password page --- custom_portal.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_portal.css b/custom_portal.css index 72aea2e..12e363a 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -466,7 +466,7 @@ body.logged, .logged .content { /* ------------------------ Main Setup ------------------------ */ -.logged .edit { +.logged .edit, .logged .password { float: right; width: 60%; position: absolute; @@ -489,7 +489,7 @@ body.logged, .logged .content { .form-text:hover { background-color: #2c2b27; } -.edit .large-btn { +.edit .large-btn, input[value="OK"] { background-image: none; } .edit .large-btn:hover {