mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 13:08:27 +00:00
moved directory structure
This commit is contained in:
21
public/js/tree_grid.css
Normal file
21
public/js/tree_grid.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user