force container css when included after bootstrap css

This commit is contained in:
vitalets 2012-11-21 17:25:23 +04:00
parent 0466ec61d7
commit a7bc385271
2 changed files with 5 additions and 4 deletions

@ -1,6 +1,6 @@
.editable-container { .editable-container,
.editable-container.popover {
width: auto; width: auto;
white-space: nowrap; /* without this rule buttons wrap input in non-static elements */ white-space: nowrap; /* without this rule buttons wrap input in non-static elements */
max-width: none; /* without this rule poshytip does not stretch */ max-width: none; /* without this rule poshytip does not stretch */
} }

@ -78,7 +78,8 @@ function getAssets(f, c, src, libs) {
//core //core
js.unshift(bootstrap+'js/bootstrap.js') js.unshift(bootstrap+'js/bootstrap.js')
css.unshift(bootstrap+'css/bootstrap.css'); css.unshift(bootstrap+'css/bootstrap.css');
css.unshift(bootstrap+'css/bootstrap-responsive.css'); // css.push(bootstrap+'css/bootstrap.css');
//css.unshift(bootstrap+'css/bootstrap-responsive.css');
//editable //editable
js.push(forms+'editable-form-bootstrap.js'); js.push(forms+'editable-form-bootstrap.js');