Grid fixes.

Moved grid CSS to Grid.css.
This commit is contained in:
Mark McDowall 2012-02-06 14:13:33 -08:00
commit c7c56f5ab8
7 changed files with 72 additions and 130 deletions

View file

@ -6,8 +6,8 @@ $('.seriesTable a').live('click', function (event) {
event.stopPropegation();
});
$('.seriesTable tr td:not(:last-child)').live('click', function () {
$(this).parent('tr').next('.detail-view').toggle();
$('.seriesTable .data-row td:not(:last-child)').live('click', function () {
$(this).parent('tr').next('.detail-row').toggle();
});
function grid_onError(e) {