bootstrapValidator.css 560 B

123456789101112131415161718192021222324252627
  1. /**
  2. * BootstrapValidator (http://bootstrapvalidator.com)
  3. *
  4. * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
  5. *
  6. * @author http://twitter.com/nghuuphuoc
  7. * @copyright (c) 2013 - 2014 Nguyen Huu Phuoc
  8. * @license MIT
  9. */
  10. .bv-form .help-block {
  11. margin-bottom: 0;
  12. }
  13. .nav-tabs li.bv-tab-success > a {
  14. color: #3c763d;
  15. }
  16. .nav-tabs li.bv-tab-error > a {
  17. color: #a94442;
  18. }
  19. .bv-form .tooltip-inner {
  20. text-align: left;
  21. }
  22. .bv-form .tooltip-inner ul {
  23. list-style: square;
  24. margin: 0;
  25. padding: 0;
  26. }