diff --git a/static/css/style.css b/static/css/style.css index bae28ac..20a80dd 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -36,6 +36,12 @@ ul.messages >li.error { color: black; } + +.CheckboxWidget .content .error { + position: absolute; + top: -17px; +} + /* log table on error pages */ .a2-log-line:nth-child(odd) { background: lightgrey;