Baseline for styling updates to list view. General styling of action buttons, header tags and the table itself.

This commit is contained in:
Michael Abashian
2016-01-08 16:18:43 -05:00
parent 1b14d9c12b
commit 4df231917f
20 changed files with 171 additions and 152 deletions

View File

@@ -463,7 +463,7 @@ angular.module('GeneratorHelpers', [systemStatus.name])
} else if (field.type === 'template') {
html = Template(field);
} else {
html += "<td class=\"" + fld + "-column";
html += "<td class=\"List-tableCell " + fld + "-column";
html += (field['class']) ? " " + field['class'] : "";
if (options.mode === 'lookup' && field.modalColumnClass) {
html += " " + field.modalColumnClass;