shifted tree_grid.css and its icons to wnframework

This commit is contained in:
Anand Doshi 2012-11-21 12:04:41 +05:30
parent 910cd7049f
commit 14d53d38df
4 changed files with 22 additions and 0 deletions

View file

@ -42,6 +42,7 @@
"lib/public/css/ui/list.css",
"lib/public/css/ui/views.css",
"lib/public/css/ui/fonts.css",
"lib/public/css/views/tree_grid.css",
]
},

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("../lib/images/icons/expand.gif") no-repeat center center;
}
.toggle.collapse {
background: url("../lib/images/icons/collapse.gif") no-repeat center center;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 846 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 851 B