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 { .tree-view .tree-view-resizer {
float: right; position: absolute;
height: 100%; top: 0;
right: 0;
bottom: 0;
width: 10px; width: 10px;
background: transparent; background: transparent;
cursor: col-resize; cursor: col-resize;
z-index: 3;
} }
.tree-view .entry { .tree-view .entry {

View File

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