Skip to content

Commit

Permalink
Added new validation images styles
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jun 19, 2010
1 parent 52dcb77 commit bed1c6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/stylesheets/partials/_custom_errors.sass
Expand Up @@ -10,7 +10,10 @@ body.salad
:margin-bottom 1em
:padding 0.8em
span.valid
background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat
background: url('/images/checked.gif') no-repeat
span.invalid
background: url('/images/unchecked.gif') no-repeat
span.valid, span.invalid
height: 14px
width: 14px
border: none
Expand Down

0 comments on commit bed1c6c

Please sign in to comment.