shifted tree_grid.css and its icons to wnframework
This commit is contained in:
parent
910cd7049f
commit
14d53d38df
4 changed files with 22 additions and 0 deletions
|
|
@ -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",
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
21
public/css/views/tree_grid.css
Normal file
21
public/css/views/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("../lib/images/icons/expand.gif") no-repeat center center;
|
||||
}
|
||||
|
||||
.toggle.collapse {
|
||||
background: url("../lib/images/icons/collapse.gif") no-repeat center center;
|
||||
}
|
||||
BIN
public/images/icons/collapse.gif
Normal file
BIN
public/images/icons/collapse.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 846 B |
BIN
public/images/icons/expand.gif
Normal file
BIN
public/images/icons/expand.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 851 B |
Loading…
Add table
Reference in a new issue