Skip to content
Snippets Groups Projects
Commit 6c905fd2 authored by srosse's avatar srosse
Browse files

OO-531: fix z-index issue in tree which hide the close/open link

parent ecabc82f
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,10 @@ div.b_tree {
position:absolute; top:0px; left: 1px + ($i * $tree_padding_steps_px);
z-index:9;
}
.b_tree_level_open.b_tree_oc_l#{$i}, .b_tree_level_close.b_tree_oc_l#{$i} {
z-index: 10;
}
}
@for $i from 0 through 11 {
......
This diff is collapsed.
@import url("../../openolat/all/content.css");body{font-family:Courier;font-size:90%;color:#444}h1,h2,h3,h4,h5,fieldset legend{text-shadow:0 3px 3px rgba(0,0,0,0.4);-moz-text-shadow:0 3px 3px rgba(0,0,0,0.4);font-family:Comic Sans,Comic Sans MS,cursive}a,a:visited{text-decoration:none;color:red}a:hover{text-decoration:underline;color:red}
@import url("../../openolat/all/content.css");body{font-family:Courier;font-size:90%;color:#444}h1,h2,h3,h4,h5,fieldset legend{text-shadow:0 3px 3px rgba(0, 0, 0, 0.4);-moz-text-shadow:0 3px 3px rgba(0, 0, 0, 0.4);font-family:Comic Sans, Comic Sans MS, cursive}a,a:visited{text-decoration:none;color:red}a:hover{text-decoration:underline;color:red}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment