[Table] #798 Simplified markup, moved styles to external stylesheet

This commit is contained in:
Henry
2016-04-03 14:25:09 -07:00
parent c591ade479
commit 23a8c305c1
5 changed files with 148 additions and 80 deletions

View File

@@ -161,6 +161,12 @@ define([
"key": "table-options-edit",
"templateUrl": "templates/table-options-edit.html"
}
],
"stylesheets": [
{
"stylesheetUrl": "css/table.css",
"priority": "mandatory"
}
]
}
});