Merge branch 'master' of github.com:webnotes/erpnext

This commit is contained in:
Rushabh Mehta 2012-11-21 10:21:54 +01:00
commit 496f30cf4c
3 changed files with 0 additions and 21 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 846 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 851 B

View File

@ -1,21 +0,0 @@
.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;
}