project done before
This commit is contained in:
30
assets/bootstrap-validator/css/bootstrapValidator.css
vendored
Normal file
30
assets/bootstrap-validator/css/bootstrapValidator.css
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
/**
|
||||
* BootstrapValidator (http://bootstrapvalidator.com)
|
||||
* The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
|
||||
*
|
||||
* @author http://twitter.com/nghuuphuoc
|
||||
* @copyright (c) 2013 - 2014 Nguyen Huu Phuoc
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
.bv-form .help-block {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.bv-form .tooltip-inner {
|
||||
text-align: left;
|
||||
}
|
||||
.nav-tabs li.bv-tab-success > a {
|
||||
color: #3c763d;
|
||||
}
|
||||
.nav-tabs li.bv-tab-error > a {
|
||||
color: #a94442;
|
||||
}
|
||||
|
||||
.bv-form .bv-icon-no-label {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.bv-form .bv-icon-input-group {
|
||||
top: 0;
|
||||
z-index: 100;
|
||||
}
|
||||
11
assets/bootstrap-validator/css/bootstrapValidator.min.css
vendored
Normal file
11
assets/bootstrap-validator/css/bootstrapValidator.min.css
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
/*!
|
||||
* BootstrapValidator (http://bootstrapvalidator.com)
|
||||
* The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
|
||||
*
|
||||
* @version v0.5.2, built on 2014-09-25 4:01:07 PM
|
||||
* @author https://twitter.com/nghuuphuoc
|
||||
* @copyright (c) 2013 - 2014 Nguyen Huu Phuoc
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
.bv-form .help-block{margin-bottom:0}.bv-form .tooltip-inner{text-align:left}.nav-tabs li.bv-tab-success>a{color:#3c763d}.nav-tabs li.bv-tab-error>a{color:#a94442}.bv-form .bv-icon-no-label{top:0}.bv-form .bv-icon-input-group{top:0;z-index:100}
|
||||
7816
assets/bootstrap-validator/js/bootstrapValidator.js
vendored
Normal file
7816
assets/bootstrap-validator/js/bootstrapValidator.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
13
assets/bootstrap-validator/js/bootstrapValidator.min.js
vendored
Normal file
13
assets/bootstrap-validator/js/bootstrapValidator.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user