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:
parent
3ff95e4031
commit
7f3c516940
|
@ -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>
|
Loading…
Reference in New Issue