Tree disappears if you click slightly below the root node

#U4-306 Fixed
This commit is contained in:
sebastiaan
2012-09-20 17:02:07 -02:00
parent c5535ddbc2
commit d89a24d96b

View File

@@ -12,7 +12,7 @@
{
background-image: url(../../../../umbraco/images/umbraco/sprites.png);
/*background-color: #fff;*/
padding: 0px 0px 0px 18px;
padding: 0px 0px 2px 18px;
border: 0;
color: #2f2f2f;
background-repeat:no-repeat !important;
@@ -20,7 +20,7 @@
height: 18px;
}
.tree.tree-umbraco ul {margin-left:0px;}
.tree.tree-umbraco ul li ul {margin-top:2px;margin-left:5px;}
.tree.tree-umbraco ul li ul {padding-left:5px;}
.tree.tree-umbraco li a ins { display:none;}
/* LOADER */
.tree.tree-umbraco ul li a.loading ins { background-image:url("throbber.gif") !important; background-position:0 0 !important;display:inline-block; float:left;}