| 12345678910111213141516171819 |
- /**
- * BootstrapValidator (https://github.com/nghuuphuoc/bootstrapvalidator)
- *
- * A jQuery plugin to validate form fields. Use with Bootstrap 3
- *
- * @author http://twitter.com/nghuuphuoc
- * @copyright (c) 2014 Nguyen Huu Phuoc
- * @license MIT
- */
- .bv-form .help-block {
- margin-bottom: 0;
- }
- .nav-tabs li.bv-tab-success > a {
- color: #3c763d;
- }
- .nav-tabs li.bv-tab-error > a {
- color: #a94442;
- }
|