jquery.validate.css 226 B

12345678910
  1. label.validate-error,span.validate-error{
  2. background:url(images/unchecked.gif) no-repeat 0px 0px;
  3. padding-left: 16px;
  4. padding-bottom: 2px;
  5. font-weight: bold;
  6. color: #EA5200;
  7. vertical-align: inherit;
  8. display: inline;
  9. }