Commit 7f3c5169 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixed: context submenus on the issue list don't show up with IE6.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1024 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 3ff95e40
......@@ -24,7 +24,7 @@
}
#context-menu li.folder ul {
position:absolute;
left:128px; /* IE */
left:168px; /* IE6 */
top:-2px;
}
#context-menu li.folder>ul { left:148px; }
......
......@@ -117,4 +117,6 @@ function getElementsBySelect(rule) {
return nodes;
}
window.parseStylesheets = parseStylesheets;
</script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment