Skip to content

Commit

Permalink
Added styles for our valid form data
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jun 19, 2010
1 parent 572a3f6 commit 71ec2a0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion app/stylesheets/partials/_custom_errors.sass
@@ -1,9 +1,19 @@
body.salad
span.error
span.error, span.valid
:position relative
:display inline-block
:margin 0.2em
:padding 0.2em
.valid
:border #89A407 2px solid
:background #EAEFD1
:margin-bottom 1em
:padding 0.8em
span.valid
background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat
height: 14px
width: 14px
border: none
#errorExplanation
:padding-left 15px
ul
Expand Down

0 comments on commit 71ec2a0

Please sign in to comment.