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
This commit is contained in:
Jean-Philippe Lang 2007-12-28 21:58:33 +00:00
parent 3ff95e4031
commit 7f3c516940
2 changed files with 3 additions and 1 deletions

View File

@ -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; }

View File

@ -117,4 +117,6 @@ function getElementsBySelect(rule) {
return nodes;
}
window.parseStylesheets = parseStylesheets;
</script>