resolve issue with form fields and errors causing no space between fields with consecutive errors; needs more work, but will address later

This commit is contained in:
Mark Otto
2011-10-03 21:43:53 -07:00
parent 0caa484aeb
commit 948c59ddb3
4 changed files with 21 additions and 14 deletions

View File

@@ -159,10 +159,10 @@ select:focus {
}
// Error styles
form div.clearfix.error {
form .clearfix.error {
background: lighten(@red, 57%);
padding: 10px 0;
margin: -10px 0 10px;
margin: 10px 0;
.border-radius(4px);
@error-text: desaturate(lighten(@red, 25%), 25%);
> label,