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;