From c60f59681682439e6153ac42819d74fcb8ccd1d5 Mon Sep 17 00:00:00 2001 From: gpkvt Date: Thu, 8 Jun 2023 07:27:32 +0200 Subject: [PATCH] fixed help position --- static/css/base.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/css/base.css b/static/css/base.css index 5a0f90d..201a505 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -210,12 +210,6 @@ input[type="radio"] { font-weight: bold; } -a:hover #help { - top: 5px; - width: 100%; - padding: 5px; -} - #next { text-align: center; width: 45%; @@ -256,6 +250,12 @@ a:hover #help { padding-bottom: 15px; } + a:hover #help { + top: 5px; + width: 100%; + padding: 5px; + } + .a { padding: 15px; font-size: small;