Skip to content
Snippets Groups Projects
Commit 4352db3b authored by juanf's avatar juanf
Browse files

SSDM-344 : New Free Form Table structure (ongoing work).

SVN: 32251
parent 3a4d41ad
No related branches found
No related tags found
No related merge requests found
......@@ -135,9 +135,9 @@ function FreeFormTableView(freeFormTableController, freeFormTableModel) {
$container.empty();
for(var tableIdx = 0; tableIdx < this._freeFormTableModel.tables.length; tableIdx++) {
var tableData = this._freeFormTableModel.tables[tableIdx];
var $tableContainer = $("<div>");
var $tableContainer = $("<div>", {"style" : "margin:5px; border-radius:4px 4px 4px 4px;" });
$tableContainer.css({
//'background-color' : 'lightgrey',
'background-color' : '#EEEEEE',
'padding' : '10px'
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment