Fix CSS with Bootstrap 4

This commit is contained in:
yflory
2018-03-20 11:05:43 +01:00
parent 2704ee1ed7
commit 44cd235f48
5 changed files with 45 additions and 31 deletions

View File

@@ -1889,11 +1889,15 @@ define([
])
]);
var createDiv = h('div.cp-creation-create');
var $create = $(createDiv);
var templates = h('div.cp-creation-template', [
h('h3.cp-creation-title.'+colorClass, Messages['button_new'+type]),
h('div.cp-creation-template-container', [
h('span.fa.fa-circle-o-notch.fa-spin.fa-4x.fa-fw')
])
]),
createDiv
]);
var settings = h('div.cp-creation-remember', [
@@ -1909,15 +1913,11 @@ define([
h('div.cp-creation-remember-help.cp-creation-slider', Messages.creation_rememberHelp)
]);
var createDiv = h('div.cp-creation-create');
var $create = $(createDiv);
$(h('div#cp-creation-form', [
owned,
expire,
settings,
templates,
createDiv
templates
])).appendTo($creation);
// Display templates