brotherton-erpnext/public/js/tree_grid.css

21 lines
319 B
CSS
Raw Normal View History

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