Skip to content
Snippets Groups Projects
Verified Commit 07fa8614 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: form_panel

parent 541f6aa0
Branches
Tags
2 merge requests!50Release v0.4.1,!46ENH: add a form_panel module that allows to create a panel for web forms
Pipeline #15527 passed
......@@ -46,7 +46,7 @@ var form_panel = new function () {
if (existing.length > 0) {
return existing[0];
}
const panel = $('<div id="' + panel_id + '" class="caosdb-f-form-panel container"/>');
const panel = $('<div id="' + panel_id + '" class="caosdb-f-form-panel bg-light container"/>');
const header = $('<h2 class="text-center">' + title + '</h2>');
panel.append(header);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment