add bootstrap232
This commit is contained in:
parent
71c9d904a6
commit
e40d2f3ad0
1109
test/libs/bootstrap232/css/bootstrap-responsive.css
vendored
Normal file
1109
test/libs/bootstrap232/css/bootstrap-responsive.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9
test/libs/bootstrap232/css/bootstrap-responsive.min.css
vendored
Normal file
9
test/libs/bootstrap232/css/bootstrap-responsive.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6167
test/libs/bootstrap232/css/bootstrap.css
vendored
Normal file
6167
test/libs/bootstrap232/css/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9
test/libs/bootstrap232/css/bootstrap.min.css
vendored
Normal file
9
test/libs/bootstrap232/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
test/libs/bootstrap232/img/glyphicons-halflings-white.png
Normal file
BIN
test/libs/bootstrap232/img/glyphicons-halflings-white.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 8.6 KiB |
BIN
test/libs/bootstrap232/img/glyphicons-halflings.png
Normal file
BIN
test/libs/bootstrap232/img/glyphicons-halflings.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 12 KiB |
2280
test/libs/bootstrap232/js/bootstrap.js
vendored
Normal file
2280
test/libs/bootstrap232/js/bootstrap.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6
test/libs/bootstrap232/js/bootstrap.min.js
vendored
Normal file
6
test/libs/bootstrap232/js/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -19,7 +19,8 @@ define(function () {
|
||||
paths = {
|
||||
// "bootstrap": "../test/libs/bootstrap221",
|
||||
// "bootstrap": "../test/libs/bootstrap222",
|
||||
"bootstrap": "../test/libs/bootstrap231",
|
||||
// "bootstrap": "../test/libs/bootstrap231",
|
||||
"bootstrap": "../test/libs/bootstrap232",
|
||||
|
||||
// "jqueryui": "../test/libs/jquery-ui-"+jqueryui_ver+".custom",
|
||||
"jqueryui_js": "../test/libs/jquery-ui-"+jqueryui_ver+".custom/js/jquery-ui-"+jqueryui_ver+".custom",
|
||||
@ -88,6 +89,8 @@ define(function () {
|
||||
deps: ['require'],
|
||||
init: function(require) {
|
||||
loadCss(require.toUrl("../css/bootstrap.css"));
|
||||
//add responsive css
|
||||
loadCss(require.toUrl("../css/bootstrap-responsive.css"));
|
||||
}
|
||||
},
|
||||
'editable-form/editable-form-bootstrap': [
|
||||
|
Loading…
x
Reference in New Issue
Block a user