官网 管理后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bootstrapValidator.css 700B

12345678910111213141516171819202122232425262728293031
  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 Commercial: http://bootstrapvalidator.com/license/
  8. * Non-commercial: http://creativecommons.org/licenses/by-nc-nd/3.0/
  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. }