From d23b2b76f9c1285d1f5857c539863d28e0cd9f7e Mon Sep 17 00:00:00 2001 From: Josue Kouka Date: Thu, 14 Jun 2018 10:21:47 +0200 Subject: [PATCH] style: fix checkbox error message overlap (#17973) --- static/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) 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;