some style updates to the resizer

This commit is contained in:
Jon Rohan 2013-01-21 17:22:45 -08:00
parent 15a3a9548f
commit d11317c9b3
2 changed files with 5 additions and 3 deletions

View File

@ -11,11 +11,14 @@
}
.tree-view .tree-view-resizer {
float: right;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 10px;
background: transparent;
cursor: col-resize;
z-index: 3;
}
.tree-view .entry {

View File

@ -135,7 +135,6 @@ class TreeView extends ScrollView
resizeTreeView: (e) =>
@css(width: e.pageX)
@resizer.css(left: e.pageX)
updateRoot: ->
@root?.remove()