bootstrapValidator.css 629 B

12345678910111213141516171819202122232425262728293031323334
  1. /*!
  2. * BootstrapValidator (http://bootstrapvalidator.com)
  3. * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
  4. *
  5. * @version v0.5.2, built on 2014-09-25 4:01:07 PM
  6. * @author https://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. }
  16. .nav-tabs li.bv-tab-success>a {
  17. color: #3c763d
  18. }
  19. .nav-tabs li.bv-tab-error>a {
  20. color: #a94442
  21. }
  22. .bv-form .bv-icon-no-label {
  23. top: 0
  24. }
  25. .bv-form .bv-icon-input-group {
  26. top: 0;
  27. z-index: 100
  28. }