Update tables to table-kit view.

Summary: Reskinning tables to table-kit mocks, which includes new textures, spacing, slightly larger fonts. Looking for early feedback before adding in new row colors and other items into the class.

Test Plan: http://phab1.pushlabs.net/uiexample/view/PhabricatorSortTableExample/

Reviewers: btrahan, epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4396
This commit is contained in:
Chad Little
2013-01-11 11:24:35 -08:00
parent 30345cfbdd
commit 16a0f4a88e
6 changed files with 134 additions and 109 deletions

View File

@@ -52,7 +52,7 @@ JX.behavior('diffusion-commit-graph', function(config) {
return (col * cell) + (cell / 2);
}
var h = 24;
var h = 26;
var w = cell * config.count;
var canvas = JX.$N('canvas', {width: w, height: h});