added flot for graphs in report_grid

This commit is contained in:
Rushabh Mehta
2012-09-17 19:10:36 +05:30
parent f16b28b92b
commit 4156523175
29 changed files with 667 additions and 491 deletions

View File

@@ -0,0 +1,21 @@
.cell-title {
font-weight: bold;
}
.cell-effort-driven {
text-align: center;
}
.toggle {
height: 9px;
width: 9px;
display: inline-block;
}
.toggle.expand {
background: url(images/expand.gif) no-repeat center center;
}
.toggle.collapse {
background: url(images/collapse.gif) no-repeat center center;
}