Positioned loader under tree-item

This commit is contained in:
Simon Busborg
2016-01-08 13:10:04 +01:00
parent e731831658
commit a6cf13d835

View File

@@ -459,9 +459,13 @@ div.locked:before{
// ------------------------
.umb-tree li div.l{
width:100%;
height:1px;
overflow:hidden;
width:100%;
height:1px;
overflow:hidden;
position: absolute;
left: 0;
bottom: 0;
}
.umb-tree li div.l div {