Tree disappears if you click slightly below the root node
#U4-306 Fixed
This commit is contained in:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user