Missing Grid uses ToBestDateString for formatting.

Fixed padding for No Data being cut off (also when loading) for the grids.
This commit is contained in:
Mark McDowall
2011-09-30 09:18:13 -07:00
parent 30ffe79442
commit 71e1827ef8
4 changed files with 10 additions and 1 deletions
+5
View File
@@ -37,4 +37,9 @@
.t-grid td
{
padding: 0em 0.6em;
}
.t-no-data td
{
padding: 0.6em 0.6em;
}