Skip to content

Commit

Permalink
Add styles for new error field
Browse files Browse the repository at this point in the history
  • Loading branch information
powmedia committed Oct 12, 2012
1 parent 4cd5b3a commit 4889d18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/templates/default.css
Expand Up @@ -34,6 +34,12 @@
color: #999; color: #999;
} }


.bbf-field .bbf-error {
margin-left: 25%;
width: 74%;
color: red;
}

.bbf-field.bbf-error .bbf-editor { .bbf-field.bbf-error .bbf-editor {
outline: 1px solid red; outline: 1px solid red;
} }
Expand Down

0 comments on commit 4889d18

Please sign in to comment.