Skip to content

Commit

Permalink
changing field_with_errors css
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Apr 25, 2011
1 parent 581e389 commit e017dfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/generators/nifty/layout/templates/stylesheet.css
Expand Up @@ -42,10 +42,6 @@ a {
border: solid 1px #C66;
}

.fieldWithErrors {
display: inline;
}

.error_messages {
width: 400px;
border: 2px solid #CF0000;
Expand Down Expand Up @@ -73,3 +69,7 @@ a {
.error_messages ul {
margin: 0;
}

.field_with_errors {
display: inline;
}

0 comments on commit e017dfd

Please sign in to comment.