brotherton-erpnext/public/js/tree_grid.css
2012-10-04 09:57:01 +05:30

21 lines
319 B
CSS

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