This commit is contained in:
Athou
2013-04-09 12:53:03 +02:00
parent e6a0247bf1
commit e718586e22
2 changed files with 5 additions and 1 deletions

View File

@@ -24,6 +24,10 @@
/* tree*/
.sidebar-nav-fixed {
margin-top: 10px;
position: fixed;
top: 0;
bottom: 0;
overflow: auto;
}
.css-treeview {

View File

@@ -4,7 +4,7 @@
<div ng-include="'templates/_subscribe.html'"></div>
<div ng-include="'templates/_tree.html'"></div>
</div>
<div class="span10">
<div class="span10 offset2">
<div class="toolbar" ng-include="'templates/_toolbar.html'"></div>
<div class="entryList">
<div ui-view></div>