Align properly the 'validation_error' icon in forms.

SVN:trunk[990]
This commit is contained in:
Denis Flaven
2010-11-29 13:04:50 +00:00
parent 49e101403f
commit 7531dd8b19
4 changed files with 9 additions and 5 deletions

View File

@@ -895,4 +895,8 @@ a.truncated {
font-size:x-small;
width: auto;
max-width: 200px;
}
}
span.form_validation {
width:24px;
text-align:center;
}