added stock analytics

This commit is contained in:
Rushabh Mehta
2012-09-20 19:03:14 +05:30
parent c63f0518d7
commit 6ca8054d55
11 changed files with 513 additions and 398 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;
}