bootstrapValidator.css 571 B

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