Move the field error indicators in front of the affected fields so they don't obscure spinners or drop downs etc. Fixes #3226

This commit is contained in:
Aditya Toshniwal
2018-03-23 09:57:37 +00:00
committed by Dave Page
parent d5ebf6777a
commit 1f84285d99
4 changed files with 7 additions and 6 deletions

View File

@@ -269,7 +269,7 @@ iframe {
.control-label {
margin: 0px;
padding: 5px;
padding: 5px 25px 5px 5px;
display: inline-block;
vertical-align: middle;
}