style: fix checkbox error message overlap (#17973)

This commit is contained in:
Josue Kouka 2018-06-14 10:21:47 +02:00 committed by Frédéric Péters
parent 10eba3d9d3
commit d23b2b76f9
1 changed files with 6 additions and 0 deletions

View File

@ -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;