bootstrapValidator.css 365 B

12345678910111213141516
  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. .bv-form .tooltip-inner {
  14. text-align: left;
  15. }