force container css when included after bootstrap css
This commit is contained in:
parent
0466ec61d7
commit
a7bc385271
@ -1,6 +1,6 @@
|
||||
.editable-container {
|
||||
.editable-container,
|
||||
.editable-container.popover {
|
||||
width: auto;
|
||||
white-space: nowrap; /* without this rule buttons wrap input in non-static elements */
|
||||
max-width: none; /* without this rule poshytip does not stretch */
|
||||
}
|
||||
|
||||
}
|
@ -78,7 +78,8 @@ function getAssets(f, c, src, libs) {
|
||||
//core
|
||||
js.unshift(bootstrap+'js/bootstrap.js')
|
||||
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
|
||||
js.push(forms+'editable-form-bootstrap.js');
|
||||
|
Loading…
x
Reference in New Issue
Block a user